Answers for "remove cache from page hummingbird"

PHP
0

remove cache from page hummingbird

//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

Code answers related to "remove cache from page hummingbird"

Browse Popular Code Answers by Language