Jake Vanderwerf
2026-05-21 46d681c6b825d21b3f698d793c4e630c687d90ad
inc/integrations/Umami.php
@@ -138,14 +138,14 @@
    */
   public function renderTrackingScript(): void
   {
      // Skip on local environments
      if (JVB_TESTING) {
         return;
      }
      if (!$this->isSetUp() || is_admin()) {
         return;
      }
      // Skip on local environments
      if (strpos(get_home_url(), JVB_LOCAL) !== false) {
         return;
      }
      $script_url = $this->getTrackingScriptUrl();
      $website_id = $this->getWebsiteId();