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 directory object filter #252

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update directory object filter to allow wildcard matching for files as well as directories. This updated behavior was created when working on PR #247 but ended up not being required in the end result. Cache Enabler currently only uses wildcard matching for directories but we may need this type of behavior in the future. Furthermore, it completes the method as we do allow both directory and file paths to be sent through it.

This updates what was added in PR #245.