learndash_delete_group()
Function: Deletes group ID from all users meta when the group is deleted.
learndash_delete_group Read More »
Function: Deletes group ID from all users meta when the group is deleted.
learndash_delete_group Read More »
Function: Updates a user’s group access.
ld_update_group_access Read More »
Action Hook: Fires after the user is removed from group access meta.
ld_removed_group_access Read More »
Action Hook: Fires after the user is added to group access meta.
ld_added_group_access Read More »
Function: Updates the course group access.
ld_update_course_group_access Read More »
Action Hook: Fires after the user is removed from the course group meta.
ld_removed_course_group_access Read More »
Action Hook: Fires after the user is added to the course group access meta.
ld_added_course_group_access Read More »
Function: Updates the group access for a group leader.
ld_update_leader_group_access Read More »
Function: Gets the list of group leaders for the given group ID.
learndash_get_groups_administrators Read More »
Function: Makes the user leader for the given group ID.
learndash_set_groups_administrators Read More »
Function: Checks if a user has the group leader capabilities.
learndash_is_group_leader_user Read More »
Function: Checks if a user has the admin capabilities.
learndash_is_admin_user Read More »
Function: Checks whether a group leader is an admin of a user’s group.
learndash_is_group_leader_of_user Read More »
Action Hook: Fires after removing a user from the group.
learndash_remove_group_users Read More »
Function: Gets the list of administrator IDs for a group.
learndash_get_groups_administrator_ids Read More »
Function: Adds a course to the list of the given group IDs.
learndash_set_course_groups Read More »
Function: Gets the list of users ids that belong to a group.
learndash_get_groups_user_ids Read More »
Function: Gets the list of user objects that belong to a group.
learndash_get_groups_users Read More »
Function: Adds the list of given users to the group.
learndash_set_groups_users Read More »
Function: Checks whether a group is enrolled in a certain course.
learndash_group_has_course Read More »