w3tc_flush_post, $post_id, $force, $extras

w3tc_flush_post, $post_id, $force, $extras

Hook Type: action

See hook in core

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

do_action('w3tc_flush_post, $post_id, $force, $extras') is found 1 times:

  • /CacheFlush_Locally.php line 261
    	 */
    	public 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 );
    		}
    	}
    
    	/**
    	 * Flushes all posts from the cache.
    	 *