w3tc_preflush_post

w3tc_preflush_post

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

See hook in core

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

apply_filters('w3tc_preflush_post') is found 1 times:

  • /CacheFlush_Locally.php line 155
    	 * @param boolean $force   Force flag (optional).
    	 * @param array   $extras  Extras.
    	 */
    	function flush_post( $post_id, $force = false, $extras = null ) {
    		$do_flush = apply_filters( 'w3tc_preflush_post', true, $extras );
    		if ( $do_flush )
    			do_action( 'w3tc_flush_post', $post_id, $force, $extras );
    	}
    
    	/**
    	 * Purges/Flushes page contents - page cache, varnish and cdn cache