/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/includes
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/includes/ajax_mail.php (1615B)
is_valid || $use_captcha == "no") {
?>success " . "\r\n";
$result = wp_mail($email_to, $subject, $text, $headers);
if(!$result) {
global $phpmailer;
var_dump($phpmailer->ErrorInfo);
}
}
else {
die ("The reCAPTCHA wasn't entered correctly. Go back and try it again." . "(reCAPTCHA said: " . $resp->error . ")");
}
?>