Exclude a custom taxonomy from caching
-
HI there
How can we exclude Post with a specific custom taxonomy tag from caching?
This works in WP-Optimize. Any similiar possibility?
add_action('wp', function() { if (has_term( array( 'term' ), 'taxonomy-name' ) && !defined('DONOTCACHEPAGE')) { define('DONOTCACHEPAGE', true); } } );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Exclude a custom taxonomy from caching’ is closed to new replies.