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

fix cache clearing #238

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Fix the arguments handling in Cache_Enabler::clear_page_cache_by_url() when a string is provided. A string offset cannot be used as an array. This fixes a change brought in PR #237.