w3tc_flushable_posts

w3tc_flushable_posts

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

See hook in core

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

do_action('w3tc_flushable_posts') is found 1 times:

  • /CacheFlush.php line 134
    	/**
    	 * Checks if page contents can be flushed (i.e. cached at all)
    	 */
    	function flushable_posts( $extras = null ) {
    		$flushable_posts = apply_filters( 'w3tc_flushable_posts', false,
    			$extras );
    		return $flushable_posts;
    	}
    
    	/**
    	 * Purges/Flushes all posts
    

See this hook used in plugins: