Filter Hook: Filters the verification of a form submission request.
File: src/db-objects/forms/form-frontend-submission-handler.php
Form_Frontend_Submission_Handler::get_nonce_action()
Returns the name of the nonce action to check.
Form_Frontend_Submission_Handler::set_form_error()
Sets a form error so that it can be printed to the user in the next request.
Form_Frontend_Submission_Handler::create_new_submission()
Creates a new submission object.
{$this->form_manager->get_prefix()}create_new_submission
Action Hook: Fires when a new submission object has just been instantiated.
Form_Frontend_Submission_Handler::insert_submission_value()
Inserts a new submission value into the database.
Form_Frontend_Submission_Handler::verify_request()
Verifies the request.
Form_Frontend_Submission_Handler::__construct()
Constructor.
Form_Frontend_Submission_Handler::maybe_handle_form_submission()
Handles a form submission and redirects back if conditions are met.
{$this->form_manager->get_prefix()}handle_form_submission_redirect_url
Filter Hook: Filters the URL to redirect the user to after a form submission request has been processed.