From: soufiane Date: Wed, 2 Jul 2025 08:03:16 +0000 (+0200) Subject: wait #7622 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3b253fc14da71bb20462425a37858c60fcb29429;p=ccv-wordpress.git wait #7622 @0:10 --- diff --git a/wp-content/mu-plugins/cube/src/Forms/Base.php b/wp-content/mu-plugins/cube/src/Forms/Base.php index 92eaba7..bc9058f 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Base.php +++ b/wp-content/mu-plugins/cube/src/Forms/Base.php @@ -260,10 +260,10 @@ class Base $charset = get_bloginfo('charset'); $headers[] = sprintf('Content-Type: %s; charset=%s', $content_type, $charset); $headers[] = sprintf('From: %s', $from); - if (ENV === 'dev') { + /*if (ENV === 'dev') { $to = 'test+ccv@cubedesigners.com'; $headers[] = 'X-Debug-To: ' . $this->destination; - } + }*/ $first_data_names = [ 'doctor', ];