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.8.8

do_action('w3tc_flushable_posts') is found 1 times:

  • /CacheFlush.php line 196
    	 *
    	 * @return array|bool List of flushable posts or false if none are defined.
    	 */
    	public function flushable_posts( $extras = null ) {
    		$flushable_posts = apply_filters( 'w3tc_flushable_posts', false, $extras );
    		return $flushable_posts;
    	}
    
    	/**
    	 * Flushes all eligible posts.
    	 *
    

See this hook used in plugins: