w3tc_preflush_group

w3tc_preflush_group

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_preflush_group') is found 1 times:

  • /CacheFlush_Locally.php line 206
    			do_action( 'w3tc_flush_all', $extras );
    	}
    
    	function flush_group( $group, $extras ) {
    		$do_flush = apply_filters( 'w3tc_preflush_group', true, $group, $extras );
    		if ( $do_flush )
    			do_action( 'w3tc_flush_group', $group, $extras );
    	}
    
    	/**
    	 * Purges/Flushes url from page cache, varnish and cdn cache