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

Add default for delete_asset method #132

Closed Pross closed 4 years ago

Pross commented 4 years ago

Fixes #131

coreykn commented 4 years ago

Cache_Enabler_Disk::delete_asset() will be deprecated with an upcoming improvement to our naming conventions. I'll add backwards compatibility for Cache_Enabler_Disk::delete_asset() to fix the issue occurring in #131. I'm unsure of the exact amount of time that this will be supported but I can guarantee at minimum one year.