Semper_Fi_Module::get_option_row()
Method: Format a row for an option on a settings page.
Semper_Fi_Module::get_option_row Read More »
@package: LearnDash / Semper-Fi
Source Files: includes/class-ld-semper-fi-module.php
Method: Format a row for an option on a settings page.
Semper_Fi_Module::get_option_row Read More »
Method: Outputs a setting item for settings pages and metaboxes.
Semper_Fi_Module::get_option_html Read More »
Method: Outputs radio buttons, checkboxes, selects, multiselects, handles groups.
Semper_Fi_Module::do_multi_input Read More »
Method: Update postmeta for metabox.
Semper_Fi_Module::save_post_data Read More »
Method: Add submenu for module, call page hooks, set up metaboxes.
Semper_Fi_Module::add_menu Read More »
Method: Collect metabox data together for tabbed metaboxes.
Semper_Fi_Module::filter_return_metaboxes Read More »
Method: Add basic hooks when on the module’s page.
Semper_Fi_Module::add_page_hooks Read More »
Method: Filter out admin pointers that have already been clicked.
Semper_Fi_Module::filter_pointers Read More »
Method: Override this to run code at the beginning of the settings page.
Semper_Fi_Module::settings_page_init Read More »
Method: Load scripts for module, can pass data to module script.
Semper_Fi_Module::enqueue_scripts Read More »
Method: Load styles for module.
Semper_Fi_Module::enqueue_styles Read More »
Method: Crude approximation of whether current user is an admin
Semper_Fi_Module::is_admin 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: Print a basic error message.
Semper_Fi_Module::output_error Read More »
Method: Handles exporting settings data for a module.
Semper_Fi_Module::settings_export Read More »
Method: Displays tabs for tabbed locations on a settings page.
Semper_Fi_Module::display_tabs Read More »
Method: Convenience function to see if an option is set.
Semper_Fi_Module::option_isset Read More »
Method: Get the option name with prefix.
Semper_Fi_Module::get_option_name Read More »
Method: Delete options for module, stored individually or together.
Semper_Fi_Module::delete_class_option Read More »
Method: Update options for module, stored individually or together.
Semper_Fi_Module::update_class_option Read More »