How to reset cache

How do I reset the Rentalhive cache

Hi,

Please note that caching is usually configured by third-party plugins. For more information, please see this documentation How to Speed up a HivePress-built Website | HivePress Blog.

As for HivePress caching, you can disable it using this PHP snippet:

if ( ! defined( 'HP_CACHE' ) ) { 
    define( 'HP_CACHE', false );
}

I hope it helps

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.