Skip to content

Commit a2823fb

Browse files
author
Simon Prosser
authored
Update beaver-cache-helper.php
1 parent cdaecbd commit a2823fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

beaver-cache-helper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Beaver Builder Cache Helper
44
* Description: This plugin will clear various caches when layouts and templates are saved. It also clears the cache when WordPress finishes updating plugins and themes. The plugin also defines the DONOTCACHEPAGE constant when the builder is active, this is respected by most cache plugins.
5-
* Version: 1.1
5+
* Version: 1.2
66
* License: GNU General Public License v2.0
77
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
88
*/
@@ -60,11 +60,11 @@ public static function clear_caches() {
6060
PagelyCachePurge::purgeAll();
6161
}
6262

63-
// wp fastest cache
63+
// wp fastest cache
6464
if( class_exists( 'WpFastestCache' ) ) {
6565
global $wp_fastest_cache;
6666
$wp_fastest_cache->deleteCache( true );
67-
}
67+
}
6868

6969
error_log( 'Cleared Caches' );
7070
}

0 commit comments

Comments
 (0)