str_getcsv()
Function: Input a text file name of a comma separated file, and parse it, returning the data as an array
@package: LearnDash / Semper-Fi
Source Files: includes/class-ld-semper-fi-module.php
Function: Input a text file name of a comma separated file, and parse it, returning the data as an array
Action Hook: Fires after the user is added to the course group access meta.
ld_added_course_group_access Read More »
Class: Abstract base class
Action Hook: Fires after the user is removed from a group as a leader.
ld_removed_leader_group_access Read More »
Action Hook: Fires after the user is added to the group as a leader.
ld_added_leader_group_access Read More »
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 »
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 »
Function: Checks whether a user is part of the group or not.
learndash_is_user_in_group Read More »
Method: Update options for module, stored individually or together.
Semper_Fi_Module::update_class_option Read More »
Function: Builds the `[user_groups]` shortcode output.
learndash_user_groups Read More »
Method: Delete options for module, stored individually or together.
Semper_Fi_Module::delete_class_option Read More »
Function: Deletes group ID from all users meta when the group is deleted.
learndash_delete_group Read More »
Method: Get the option name with prefix.
Semper_Fi_Module::get_option_name Read More »
Function: Updates a user’s group access.
ld_update_group_access Read More »
Method: Convenience function to see if an option is set.
Semper_Fi_Module::option_isset Read More »
Function: Updates the course group access.
ld_update_course_group_access Read More »