Action Hook: Fires when form assets should be enqueued in the frontend.
File: src/db-objects/forms/form-frontend-output-handler.php
Form_Frontend_Output_Handler::print_notice()
Prints a notice with a message to the user.
Form_Frontend_Output_Handler::get_notice_class()
Gets the CSS class to use for notices.
{$this->form_manager->get_prefix()}form_notice_class
Filter Hook: Filters the CSS class to use for notices.
Form_Frontend_Output_Handler::get_nonce_action()
Returns the name of the nonce action to check.
torro_form_button_primary_class
Filter Hook: Filters the CSS class to use for a primary button for a form in the frontend.
torro_form_submit_button_before
Action Hook: Allows to print additional content before the Submit button for a form in the frontend.
torro_form_submit_button_after
Action Hook: Allows to print additional content after the Submit button for a form in the frontend.
torro_form_button_prev_step_label
Filter Hook: Filters the label for the Previous button for a form in the frontend.
torro_form_container_show_title
Filter Hook: Filters whether the container title should be displayed on the frontend.