Semper_Fi_Module::do_multi_input()
Method: Outputs radio buttons, checkboxes, selects, multiselects, handles groups.
Semper_Fi_Module::do_multi_input Read More »
@package: LearnDash / Semper-Fi
Source Files: includes/class-ld-semper-fi-module.php
Method: Outputs radio buttons, checkboxes, selects, multiselects, handles groups.
Semper_Fi_Module::do_multi_input Read More »
Method: Outputs a setting item for settings pages and metaboxes.
Semper_Fi_Module::get_option_html Read More »
Filter Hook: Filters the semperfi output option.
{$this->prefix}output_option Read More »
Method: Helper function to convert csv in key/value pair format to an associative array.
Semper_Fi_Module::csv_to_array Read More »
Method: Format a row for an option on a settings page.
Semper_Fi_Module::get_option_row Read More »
Method: Crude approximation of whether current user is an admin
Semper_Fi_Module::is_admin Read More »
Method: Display options for settings pages and metaboxes, allows for filtering settings, custom display options.
Semper_Fi_Module::display_options Read More »
Method: Load styles for module.
Semper_Fi_Module::enqueue_styles Read More »
Filter Hook: Filters semperfi display options.
{$this->prefix}display_options Read More »
Method: Load scripts for module, can pass data to module script.
Semper_Fi_Module::enqueue_scripts Read More »
Filter Hook: Filters semperfi display settings.
{$this->prefix}display_settings Read More »
Method: Override this to run code at the beginning of the settings page.
Semper_Fi_Module::settings_page_init Read More »
Method: Sanitize options
Semper_Fi_Module::sanitize_options Read More »
Method: Adds support for getting network options.
Semper_Fi_Module::get_option Read More »
Method: Adds support for updating network options.
Semper_Fi_Module::update_option Read More »
Method: Adds support for deleting network options.
Semper_Fi_Module::delete_option Read More »
Method: Get options for module, stored individually or together.
Semper_Fi_Module::get_class_option Read More »
Method: Update options for module, stored individually or together.
Semper_Fi_Module::update_class_option Read More »
Method: Delete options for module, stored individually or together.
Semper_Fi_Module::delete_class_option Read More »
Method: Get the option name with prefix.
Semper_Fi_Module::get_option_name Read More »