Created
September 17, 2021 13:30
-
-
Save agusmu/1e983bc4187ca2ae683e0938ee111755 to your computer and use it in GitHub Desktop.
Clear RunCloudHub Cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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