w3tc_preflush_cdn_all

w3tc_preflush_cdn_all

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_preflush_cdn_all') is found 1 times:

  • /CacheFlush_Locally.php line 104
    	/**
    	 * Purge CDN mirror cache
    	 */
    	function cdn_purge_all( $extras = array() ) {
    		$do_flush = apply_filters( 'w3tc_preflush_cdn_all', true, $extras );
    
    		$v = false;
    		if ( $do_flush ) {
    			do_action( 'w3tc_cdn_purge_all' );
    			$cdn_core = Dispatcher::component( 'Cdn_Core' );
    			$cdn = $cdn_core->get_cdn();
    

See this hook used in plugins: