Skip to content

Commit cdaecbd

Browse files
author
Simon Prosser
authored
Update beaver-cache-helper.php (#7)
1 parent 39c81aa commit cdaecbd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

beaver-cache-helper.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ public static function clear_caches() {
5454
if( class_exists( 'Cache_Enabler' ) ) {
5555
Cache_Enabler::clear_total_cache();
5656
}
57+
58+
// Pagely
59+
if ( class_exists( 'PagelyCachePurge' ) ) {
60+
PagelyCachePurge::purgeAll();
61+
}
5762

5863
// wp fastest cache
5964
if( class_exists( 'WpFastestCache' ) ) {

0 commit comments

Comments
 (0)