Jake Vanderwerf
2026-01-25 b38f03c0e7218762d90fa5092696b127f24f36db
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) {