w3tc_flushable_post, $flushable, $post, $w3tc_module

w3tc_flushable_post, $flushable, $post, $w3tc_module

Hook Type: filter

See hook in core

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

apply_filters('w3tc_flushable_post, $flushable, $post, $w3tc_module') is found 1 times:

  • /Util_Environment.php line 1597
    		}
    
    		$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, $w3tc_module );
    	}
    
    	/**
    	 * Checks if post belongs to a custom post type.
    	 *
    	 * @since 2.1.7