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 #103

Closed coreykn closed 4 years ago

coreykn commented 4 years ago

Fix cache clearing issue for subdirectory multisite networks that was introduced in version 1.4.0 when I added Cache_Enabler::clear_blog_id_cache() (PR #96). This caused only the main site in a subdirectory multisite network to be cleared properly when using the "Clear Cache" admin bar button. This occurred because the blog path was duplicated in $clear_url.