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.
{$this->form_manager->get_prefix()}pre_handle_submission
Action Hook: Fires before a form submission is handled.
{$this->form_manager->get_prefix()}handle_submission
Action Hook: Fires when a form submission is handled.
{$this->form_manager->get_prefix()}complete_submission
Action Hook: Fires when a form submission is completed.
Form_Frontend_Submission_Handler::detect_request_form_and_submission()
Detects the form and submission from the 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.