• How do I clear the cache of Wordfence when I do not have access to the WordPress dashboard? Is there a way to do this via FTP or hosting File Manager?

Viewing 1 replies (of 1 total)
  • Hi jaredmpugh,
    You can add this little snippet in a file then hit it directly in your browser:

    <?php
    include 'wp-load.php';
    wfCache::clearPageCache();
    ?>

    Please check this article for more information about “How to clear cache“.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Clear Wordfence Cache’ is closed to new replies.