Jake Vanderwerf
2026-05-24 747d741293e064a979d7bf6c143ef969ea6d7629
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();