We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c81aa commit cdaecbdCopy full SHA for cdaecbd
1 file changed
beaver-cache-helper.php
@@ -54,6 +54,11 @@ public static function clear_caches() {
54
if( class_exists( 'Cache_Enabler' ) ) {
55
Cache_Enabler::clear_total_cache();
56
}
57
+
58
+ // Pagely
59
+ if ( class_exists( 'PagelyCachePurge' ) ) {
60
+ PagelyCachePurge::purgeAll();
61
+ }
62
63
// wp fastest cache
64
if( class_exists( 'WpFastestCache' ) ) {
0 commit comments