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 cache clearing on upgrade #270

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update the cache clearing to clear the complete cache when the core has been updated in the Cache_Enabler::on_upgrade() method instead of doing it when the _core_updated_successfully hook is fired.