'; 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 '

Google reCAPTCHA Settings Saved!

'; echo '
'; } ?>

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

Warning! PHP version of your server is too old. You need to upgrade PHP version to PHP 5.3.2+ to be able to use Google reCAPTCHA.

'; } ?>
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 }