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();