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.8.8

do_action('w3tc_cdn_purge_files') is found 1 times:

  • /CacheFlush_Locally.php line 226
    	 *
    	 * @return bool True if purge succeeded, false otherwise.
    	 */
    	public 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;