recaptcha.php
Table of Contents
Functions
- buddyc_enqueue_recaptcha_script() : mixed
- Enqueues the Google reCAPTCHA script.
- buddyc_recaptcha_site_key() : mixed
- Fetches the reCAPTCHA site key.
- buddyc_recaptcha_secret_key() : mixed
- Fetches the reCAPTCHA secret key.
- buddyc_recaptcha_enabled() : mixed
- Checks that the reCAPTCHA keys exist and reCAPTCHA is enabled.
- buddyc_recaptcha_threshold() : mixed
- Fetches the reCAPTCHA threhold setting.
Functions
buddyc_enqueue_recaptcha_script()
Enqueues the Google reCAPTCHA script.
buddyc_enqueue_recaptcha_script() : mixed
Tags
buddyc_recaptcha_site_key()
Fetches the reCAPTCHA site key.
buddyc_recaptcha_site_key() : mixed
Tags
buddyc_recaptcha_secret_key()
Fetches the reCAPTCHA secret key.
buddyc_recaptcha_secret_key() : mixed
Tags
buddyc_recaptcha_enabled()
Checks that the reCAPTCHA keys exist and reCAPTCHA is enabled.
buddyc_recaptcha_enabled() : mixed
Tags
buddyc_recaptcha_threshold()
Fetches the reCAPTCHA threhold setting.
buddyc_recaptcha_threshold() : mixed
Defaults to 0.5 (0 most suspicous, 1.0 least suspicious).