Enqueues the module’s form builder scripts and stylesheets.
File: src/modules/module.php
Module::register_assets()
Registers the available module scripts and stylesheets.
Module::get_settings_fields()
Returns the available settings fields for the module.
Module::get_meta_identifier()
Returns the meta identifier for the module.
Module::get_settings_sections()
Returns the available settings sections for the module.
Module::get_settings_subtabs()
Returns the available settings sub-tabs for the module.
Module::get_meta_fields()
Returns the available meta box fields for the module.
Module::get_meta_tabs()
Returns the available meta box tabs for the module.
Module::bootstrap()
Bootstraps the module by setting properties.
Module::setup_hooks()
Sets up all action and filter hooks for the service.