Don't cache parts of the website
-
I need some parts of the website (especially in the header) to be created dynamically and shouldn’t be cached.
e.g. a shortcode of a plugin that displays the “points” of a user:
<?php echo do_shortcode('[mycred_my_balance login="" title="" title_el="" balance_el="" wrapper="0" type="mycred_default"]'); ?>
Is that possible?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Don't cache parts of the website’ is closed to new replies.