Skip to content

Instantly share code, notes, and snippets.

@filipslavik
Last active June 20, 2017 07:18
Show Gist options
  • Save filipslavik/c423205947eb2f5a5a1458da45ee5da2 to your computer and use it in GitHub Desktop.
Save filipslavik/c423205947eb2f5a5a1458da45ee5da2 to your computer and use it in GitHub Desktop.
Pressidium Cache Functions
<?php
public function purgeSite() {
if ( class_exists('Ninukis_Plugin') && Ninukis_Plugin::isCachingEnabled() ) {
return NinukisCaching::get_instance()->purgeAllCaches();
} else {
return TRUE;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment