WP_CACHE in wp-config issue
-
Hello, there’s a problem when a theme has a cache control, such as the Themify ones, because the SG plugin doesn’t delete its own string inside the wp-config file after it has been deactivated.
I mean this:
define('WP_CACHE',true);
When you deactivate SiteGround Optimizer, that string is set to “false” instead of just being deleted. So when you activate another cacheing option, such as another plugin or in the theme, an error in shown both in backend and frontend.
I think it would be better to delete any string previously written by the SG Optimizer when it is not in use.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP_CACHE in wp-config issue’ is closed to new replies.