inc/integrations/GoogleMyBusiness.php
@@ -2,7 +2,6 @@ namespace JVBase\integrations; use JVBase\meta\MetaManager; use JVBase\managers\CacheManager; use WP_Error; if (!defined('ABSPATH')) { exit; @@ -130,7 +129,7 @@ ); if (JVB_TESTING) { $this->cache->clear(); $this->cache->flush(); } } @@ -2276,7 +2275,7 @@ { try { // Use the static method to clear the entire cache group $this->cache->clear(); $this->cache->flush(); return true; } catch (\Exception $e) {