diff --git a/beaver-cache-helper.php b/beaver-cache-helper.php index 1185f9f..1ba7f73 100644 --- a/beaver-cache-helper.php +++ b/beaver-cache-helper.php @@ -54,6 +54,11 @@ public static function clear_caches() { if( class_exists( 'Cache_Enabler' ) ) { Cache_Enabler::clear_total_cache(); } + + // Pagely + if ( class_exists( 'PagelyCachePurge' ) ) { + PagelyCachePurge::purgeAll(); + } // wp fastest cache if( class_exists( 'WpFastestCache' ) ) {