Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created September 17, 2021 13:30
Show Gist options
  • Save agusmu/1e983bc4187ca2ae683e0938ee111755 to your computer and use it in GitHub Desktop.
Save agusmu/1e983bc4187ca2ae683e0938ee111755 to your computer and use it in GitHub Desktop.
Clear RunCloudHub Cache
if ( class_exists('RunCloud_Hub') && is_callable( array( 'RunCloud_Hub', 'purge_cache_all_noaction' ) ) ) {
RunCloud_Hub::purge_cache_all_noaction();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment