diff --git a/omnisend/includes/SDK/V1/class-contact.php b/omnisend/includes/SDK/V1/class-contact.php index 09da9fd..20177a3 100644 --- a/omnisend/includes/SDK/V1/class-contact.php +++ b/omnisend/includes/SDK/V1/class-contact.php @@ -562,7 +562,7 @@ public function set_phone( $phone ): void { * @return string */ public function get_phone(): string { - return $this->phone; + return $this->phone ?: ''; } /**