recaptcha_site_key) && !empty($theme_setting->recaptcha_secret_key)) { $response = $_POST['g-recaptcha-response']; if (!empty($response)) { $cap = new \AlexFW\AlexFW_Recaptcha($theme_setting->recaptcha_secret_key); $verified = $cap->VerifyCaptcha($response); if (!$verified) { $error_captcha = __('Captcha error. Please try again.', 'bigrecipe'); } else { $msg = $mail->bigrecipe_send_contact_mail($theme_setting->contact_form_email, $_POST); } } else { $error_captcha = __('Captcha error. Please try again.', 'bigrecipe'); } } else { $msg = $mail->bigrecipe_send_contact_mail($theme_setting->contact_form_email, $_POST); } } ?>
'img-responsive border-round-top')); ?>
', ''); ?>
', '', false) )); ?>

recaptcha_site_key) && !empty($theme_setting->recaptcha_secret_key)) { ?>