removing echo statement
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Jun 2016 14:17:38 +0000 (10:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Jun 2016 14:17:38 +0000 (10:17 -0400)
models/front/events/frontAdd.php

index c3714db..07a309e 100644 (file)
@@ -494,8 +494,7 @@ class GLmMembersFront_events_frontAdd extends GlmDataEvents
                    'Reply-To:' . $contactEmail;
         $header[] = 'From:' . $fromEmail;
         $header[] = 'Reply-To:' . $contactEmail;
-        print_r($header);
-
+  
         wp_mail($to, $subject, $message, $header);
 
         // remove the filter to avoid conflicts