';
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 '
Google reCAPTCHA Settings Saved!
';
echo '
';
}
?>
Read the usage documentation to learn how to use the Google reCAPTCHA addon