Returns the name of the nonce action to check.
File: src/db-objects/forms/form-frontend-submission-handler.php
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()}verify_form_submission_request
Filter Hook: Filters the verification of a form submission 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.
Form_Frontend_Submission_Handler::handle_form_submission()
Handles a form submission.
{$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.