[ad_1]
Whenever I update a php file (eg *functions.php*), it usually takes 1 to 2 minutes for the new code to take effect, so obviously some sort of caching is in place. How do I turn it off?
I’ve added the following to *wp-config.php*, but it doesn’t work at all.
define(‘WP_CACHE’, false);
[ad_2]
Check with your host if you don’t have a caching plugin installed.