Jake Vanderwerf
7 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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();