Verifies a request by ensuring that it is not spammy.
Namespace: awsmug\Torro_Forms\Modules\Protectors
Protector::render_output()
Renders the output for the protector before the Submit button.
Protector::get_meta_fields()
Returns the available meta fields for the submodule.
Protector::wrap_form_name()
Wraps a non-prefixed form input name attribute so that it will be properly included the submission POST data.
Timetrap
Class for a protector using a timetrap field.
Module::setup_hooks()
Sets up all action and filter hooks for the service.
Honeypot
Class for a protector using a honeypot field.
Honeypot::bootstrap()
Bootstraps the submodule by setting properties.
Honeypot::verify_request()
Verifies a request by ensuring that it is not spammy.
Honeypot::render_output()
Renders the output for the protector before the Submit button.