diff --git a/src/Helpers.php b/src/Helpers.php index 01a7c5a9..a0819788 100644 --- a/src/Helpers.php +++ b/src/Helpers.php @@ -178,7 +178,7 @@ public static function get_hosted_domain_url() { $settings = self::get_settings(); if ( defined( 'PLAUSIBLE_SELF_HOSTED_DOMAIN' ) ) { - return esc_url( 'https://' . PLAUSIBLE_SELF_HOSTED_DOMAIN ); + return esc_url( 'https://' . PLAUSIBLE_SELF_HOSTED_DOMAIN ); // @codeCoverageIgnore } if ( ! empty( $settings[ 'self_hosted_domain' ] ) ) {