w3tc_cdn_purge_files_after

w3tc_cdn_purge_files_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

do_action('w3tc_cdn_purge_files_after') is found 1 times:

  • /CacheFlush_Locally.php line 131
    		do_action( 'w3tc_cdn_purge_files', $purgefiles );
    		$common = Dispatcher::component( 'Cdn_Core' );
    		$results = array();
    		$v = $common->purge( $purgefiles, $results );
    		do_action( 'w3tc_cdn_purge_files_after', $purgefiles );
    
    		return $v;
    	}
    
    
    	/**