]> _ Git - ccv-wordpress.git/commitdiff
wait #7622 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Wed, 2 Jul 2025 08:03:16 +0000 (10:03 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 2 Jul 2025 08:03:16 +0000 (10:03 +0200)
wp-content/mu-plugins/cube/src/Forms/Base.php

index 92eaba7b7fde25cb2d6e40bc92e706c1c40fe8ef..bc9058fb3db001b010ed2edbaecfc75bf5b9945c 100644 (file)
@@ -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',
         ];