Clear also combined CSS/JS of WP Fastest Cache
-
Currently only page cache of WP Fastest Cache appears to be cleared, with this line:
$wp_fastest_cache->deleteCache();
Suggestion, clear both the page and the combined/minify cache with this line:
$wp_fastest_cache->deleteCache(true);
Thanks for great plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Clear also combined CSS/JS of WP Fastest Cache’ is closed to new replies.