w3tc_flushable_posts, false, $extras

w3tc_flushable_posts, false, $extras

Hook Type: filter

See hook in core

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

apply_filters('w3tc_flushable_posts, false, $extras') 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.
    	 *