When your website means business.

CPT, WP/CP | Type: PHPEliminate Caching on Specific Page Templates and Post Types

Put in your theme’s header.php file:

<?php
if (is_page_template('page_eventslist.php')) { //conditional, if desired
    header('Cache-Control: no-cache, no-store, must-revalidate');
    header('Pragma: no-cache');
    header('Expires: 0');
}
?>
Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice