Cache page or not

The " flying_press_is_cacheable" filter is used to specify custom conditions for determining whether FlyingPress should cache a piece of content.

add_filter('flying_press_is_cacheable', function($is_cacheable){
   // write custom  condition where FlyingPress should not cache content
   return $is_cacheable;
});
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.