Exclude a Navigation from caching
-
Hi there,
Any chance to exclude Navigation(-elements) from caching?
We enabled caching for logged-in users and after login they can’t see “logout” menu element in the navigation now.
add_action('wp', function() { if (?? && !defined('DONOTCACHEPAGE')) { define('DONOTCACHEPAGE', true); } } );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Exclude a Navigation from caching’ is closed to new replies.