w3tc_cdn_purge_all_after

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

  • /CacheFlush_Locally.php line 113
    			$cdn_core = Dispatcher::component( 'Cdn_Core' );
    			$cdn = $cdn_core->get_cdn();
    			$results = array();
    			$v = $cdn->purge_all( $results );
    			do_action( 'w3tc_cdn_purge_all_after' );
    		}
    
    		return $v;
    	}
    
    	/**