keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

update requirement checks #186

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update requirement checks to be more clear on what Cache Enabler requires to function properly. Checking the WP_CACHE constant is only done in the settings page because if this was done everywhere the warning can be shown when the Cache Enabler plugin is activated (even when the constant was set) until the page is refreshed.