Answers for "hummingbird remove caching specific page php"

PHP
0

hummingbird remove caching specific page php

//You can use the define('DONOTCACHEPAGE', true); constant to instruct Hummingbird not to cache specific pages or templates.
define('DONOTCACHEPAGE', true);
Posted by: Guest on June-22-2020

Browse Popular Code Answers by Language