ddd
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -198,7 +198,7 @@ $body = ob_get_clean(); | ... | @@ -198,7 +198,7 @@ $body = ob_get_clean(); |
| 198 | 198 | ||
| 199 | wp_mail($to, $subject, $body, $headers); | 199 | wp_mail($to, $subject, $body, $headers); |
| 200 | 200 | ||
| 201 | $to_customer = $data['email']; | 201 | $to_customer = $_REQUEST['email']; |
| 202 | $subject_customer = 'What\'s Your Number Request Confirmation'; | 202 | $subject_customer = 'What\'s Your Number Request Confirmation'; |
| 203 | $headers_customer = array('Content-Type: text/html; charset=UTF-8'); | 203 | $headers_customer = array('Content-Type: text/html; charset=UTF-8'); |
| 204 | 204 | ... | ... |
-
Please register or sign in to post a comment