'; echo '
'; echo '

Affiliates Manager and Google reCAPTCHA

'; if (isset($_POST['wpam_google_recaptcha_save_settings'])) { update_option('wpam_google_recaptcha_site_key', $_REQUEST['wpam_google_recaptcha_site_key']); update_option('wpam_google_recaptcha_secret_key', $_REQUEST['wpam_google_recaptcha_secret_key']); echo '
'; echo '

MailPoet Settings Saved!

'; echo '
'; } ?>

Read the usage documentation to learn how to use the Google reCAPTCHA addon

Site Key

The site key for the reCAPTCHA API

Secret Key

The secret key for the reCAPTCHA API

'; //end of poststuff and post-body echo '
'; //end of wrap }