Table of Contents
Disable WP_CACHE for WordPress
Updated Apr 8th, 2021 at 14:42 BST
If you're publishing recent changes to your WordPress website and not seeing them live, try disabling WP_CACHE, as this is what allows your website to cache its content. Disabling this feature is done through a file named wp-config.php in your WordPress folder.
Edit the wp-config.php for your website. (cPanel / Plesk / VPS) Locate this section in wp-config.php:
define('WP_CACHE',true);
Change true to false. Save your changes.