At the bottom of wp-config I added those two lines:
define('WP_CACHE', false); // disable the cache
define('DISABLE_CACHE', true); // disable the cache
Strangely I still encounter a cache.
It's a newly downloaded Wordpress, no installed cache plugin.
What am I missing?
source https://stackoverflow.com/questions/76715583/wordpress-still-caches-pages-even-i-set-config-as-not-to
No comments:
Post a Comment