CSS cache cannot be cleared in version 2.0.1
-
Hi!
There is a GET-Parameter, which would clear the cache (‘clearcsscache’), but this is not possible because the code (function generate_form inside o_tld.php) is simply not working and brings up an error message, if you try to append the param to the URL. Is this the reason maybe that there isn’t even a link provided to clear the cache?
I made a little change in that code, so calling the magic URL: http://example.com/wp-admin/admin.php?page=cleaner-press-options-settings&clearcsscache=true clears the cache for me now:
$files = glob( WP_CONTENT_DIR . '/arevico-css-cache/*.css' );
and inserted a link to that magic URL.BTW: 2 links (to support and faq) of the page http://example.com/wp-admin/admin.php?page=cleaner-press are broken.
Would be nice, if you could fix this issue in your next release.
The best!
The topic ‘CSS cache cannot be cleared in version 2.0.1’ is closed to new replies.