Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created April 26, 2022 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/41951f53223c4317d8ebd4b1f067f9f1 to your computer and use it in GitHub Desktop.
Save hivepress/41951f53223c4317d8ebd4b1f067f9f1 to your computer and use it in GitHub Desktop.
Disable the HivePress cache #hivepress #cache
<?php
if ( ! defined( 'HP_CACHE' ) ) {
define( 'HP_CACHE', false );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment