Semper_Fi_Module::get_option_html()
Method: Outputs a setting item for settings pages and metaboxes.
Semper_Fi_Module::get_option_html Read More »
@package: LearnDash / Semper-Fi
Source Files: includes/class-ld-semper-fi-module.php
Method: Outputs a setting item for settings pages and metaboxes.
Semper_Fi_Module::get_option_html Read More »
Filter Hook: Filters semperfi submit options for a prefix.
{$this->prefix}submit_options Read More »
Filter Hook: Filters the semperfi output option.
{$this->prefix}output_option Read More »
Action Hook: Fires inside sfwd global settings footer for a prefix.
{$this->prefix}settings_footer Read More »
Method: Format a row for an option on a settings page.
Semper_Fi_Module::get_option_row Read More »
Action Hook: Fires inside sfwd global settings footer.
sfwd_global_settings_footer 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: Display options for settings pages and metaboxes, allows for filtering settings, custom display options.
Semper_Fi_Module::display_options Read More »
Method: Get the prefix used for a given location.
Semper_Fi_Module::get_prefix Read More »
Method: Crude approximation of whether current user is an admin
Semper_Fi_Module::is_admin Read More »
Filter Hook: Filters semperfi display options.
{$this->prefix}display_options Read More »
Class: Abstract base class
Method: Handles calls to display_settings_page_{$location}, does error checking.
Semper_Fi_Module::__call Read More »
Method: Constructor for the Semper_Fi_Module class
Semper_Fi_Module::__construct Read More »
Method: Adds support for getting network options.
Semper_Fi_Module::get_option Read More »
Function: Checks whether a user is part of the group or not.
learndash_is_user_in_group Read More »
Method: Adds support for updating network options.
Semper_Fi_Module::update_option Read More »
Function: Builds the `[user_groups]` shortcode output.
learndash_user_groups Read More »
Method: Adds support for deleting network options.
Semper_Fi_Module::delete_option Read More »
Function: Deletes group ID from all users meta when the group is deleted.
learndash_delete_group Read More »