Returns the available settings fields for the module.
File: src/modules/module.php
Module::register_assets()
Registers the available module scripts and stylesheets.
Module::enqueue_form_builder_assets()
Enqueues the module’s form builder scripts and stylesheets.
Module::get_meta_identifier()
Returns the meta identifier for the module.
Module::add_settings()
Adds settings subtabs, sections and fields for the module to the plugin settings page.
Module::get_settings_identifier()
Returns the settings identifier for the module.
Module::setup_hooks()
Sets up all action and filter hooks for the service.
Module::bootstrap()
Bootstraps the module by setting properties.
Module::get_meta_tabs()
Returns the available meta box tabs for the module.
Module::get_meta_fields()
Returns the available meta box fields for the module.