Skip to content

Commit

Permalink
Update beaver-cache-helper.php (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prosser authored Jan 2, 2018
1 parent 39c81aa commit cdaecbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions beaver-cache-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit cdaecbd

Please sign in to comment.