diff --git a/src/templates/subscribe.php b/src/templates/subscribe.php index f73b48e..42612f1 100755 --- a/src/templates/subscribe.php +++ b/src/templates/subscribe.php @@ -25,7 +25,7 @@ $captcha_output .= '
'; if ( isset( $_POST['g-recaptcha-response'] ) ) { $captcha = $_POST['g-recaptcha-response']; - $captcha_result = wp_remote_post( 'https://www.google.com/recaptcha/api/siteverify', array( + $captcha_result = wp_remote_post( 'https://www.recaptcha.net/recaptcha/api/siteverify', array( 'method' => 'POST', 'body' => array( 'secret' => $captcha_secret_key, @@ -280,4 +280,4 @@ $output = ob_get_contents(); ob_end_clean(); return $output; -?> \ No newline at end of file +?>