While trying to install the W3 Total Cache plugin, it asked me to add
define('WP_CACHE', true);
before
require_once(ABSPATH . 'wp-settings.php');
Now that its installed, can I remove define('WP_CACHE', true); from my wp-config file?
While trying to install the W3 Total Cache plugin, it asked me to add
define('WP_CACHE', true);
before
require_once(ABSPATH . 'wp-settings.php');
Now that its installed, can I remove define('WP_CACHE', true); from my wp-config file?
No, it needs to stay there for the plugin to work.
Thanks @c3mdigital.
This topic has been closed to new replies.