w3tc_cdn_purge_files

w3tc_cdn_purge_files

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') is found 1 times:

  • /CacheFlush_Locally.php line 127
    	 *                          array(array('local_path'=>'', 'remote_path'=> ''))
    	 * @return boolean
    	 */
    	function cdn_purge_files( $purgefiles ) {
    		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;