w3tc_preflush_url

w3tc_preflush_url

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

See hook in core

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

apply_filters('w3tc_preflush_url') is found 1 times:

  • /CacheFlush_Locally.php line 215
    	/**
    	 * Purges/Flushes url from page cache, varnish and cdn cache
    	 */
    	function flush_url( $url, $extras = null ) {
    		$do_flush = apply_filters( 'w3tc_preflush_url', true, $extras );
    		if ( $do_flush )
    			do_action( 'w3tc_flush_url', $url, $extras );
    	}
    
    	/**
    	 * Makes get request to url specific to post, ie permalinks