Exclude a custom taxonomy from caching
-
Hi there,
Thanks for this great Plugin!
Any chance to exclude a custom taxonomy from caching?
E.g. with a filter?
add_filter( 'XXXXX_skip_cache', function() { return ( has_term( array( 'term' ), 'new-taxonomy' ) ? true : false ); } );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Exclude a custom taxonomy from caching’ is closed to new replies.