Custom cache control on header
-
Hi, our host support WordPress only if header is : Cache-Control: no-cache, must-revalidate, max-age=0′, true
For normal template I used this code on header.php :
<?php
header(‘Cache-Control: no-cache, must-revalidate, max-age=0’, true);
?>But I don’t know where to put that code on AMP FOR WP Plugin.
Thanks for your help
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom cache control on header’ is closed to new replies.