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 hooks #170

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update action and filter hooks:

A known issue from the changes made above is that not all cache cleared hooks will be fired when using the WP-CLI clear subcommand in a multisite environment. Further, some passed data will be empty in the same environment even if the data is available. This will be fixed in the near future by switching to each blog beforehand so the correct values can be obtained. (That would mean switching blogs when deleting the cache size transient when clearing the site cache would no longer be needed.) This will be the last place that this change will be required to have the same clearing behavior across the entire plugin. Yay!

In addition to the hooks being updated, the following changes have been made:

Closes #83