Returns the available settings fields for the submodule.
File: src/modules/protectors/recaptcha.php
reCAPTCHA::verify_response_input()
Verifies a reCAPTCHA response with Google’s API.
reCAPTCHA::is_configured()
Performs a basic check whether reCAPTCHA is configured with a public key and secret key.
reCAPTCHA
Class for a protector using Google’s reCAPTCHA.
reCAPTCHA::bootstrap()
Bootstraps the submodule by setting properties.
reCAPTCHA::verify_request()
Verifies a request by ensuring that it is not spammy.
reCAPTCHA::render_output()
Renders the output for the protector before the Submit button.
reCAPTCHA::print_script()
Prints the reCAPTCHA script.
reCAPTCHA::get_meta_fields()
Returns the available meta fields for the submodule.
reCAPTCHA::get_settings_sections()
Returns the available settings sections for the submodule.