Filter Hook: Filters the settings subtabs in the form settings tab.
File: src/modules/form-settings/module.php
Module::get_settings_sections()
Returns the available settings sections for the module.
torro_form_settings_settings_sections
Filter Hook: Filters the settings sections in the form settings tab.
Module::get_settings_fields()
Returns the available settings fields for the module.
torro_form_settings_settings_fields
Filter Hook: Filters the settings fields in the form settings tab.
Module::register_assets()
Registers the available module scripts and stylesheets.
torro_form_settings_register_assets
Action Hook: Fires when form settings assets should be registered.
Module::enqueue_form_builder_assets()
Enqueues the module’s form builder scripts and stylesheets.
torro_form_settings_enqueue_form_builder_assets
Action Hook: Fires when form settings assets for the form builder should be enqueued.
Module::get_default_previous_button_label()
Returns the default label for the Previous button.