w3tc_flushable_post

w3tc_flushable_post

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

See hook in core

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

apply_filters('w3tc_flushable_post') is found 1 times:

  • /Util_Environment.php line 1457
    		}
    
    		$flushable = is_object( $post ) && ! in_array( $post->post_type, $post_type, true ) && in_array( $post->post_status, $post_status, true );
    
    		return apply_filters( 'w3tc_flushable_post', $flushable, $post, $module );
    	}
    
    	/**
    	 * Checks if post belongs to a custom post type.
    	 *
    	 * @since 2.1.7