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; @@ -129,7 +128,9 @@ ] ); // $this->cache->clear(); if (JVB_TESTING) { $this->cache->flush(); } } protected function initialize(): void @@ -2274,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) {