get_course_groups_users_access get_course_groups_users_access( int $course_id ) Gets the group’s user IDs if the course is associated with the group. ContentsDescription Parameters Return Source Changelog Related Uses Used By Description # Parameters # $course_id (int) (Optional) Course ID. Default 0. Return # (array) An array of user IDs. Source # File: includes/ld-groups.php Changelog # Changelog Version Description 2.3.0 Introduced. Related # Uses # Uses Uses Description includes/ld-groups.php: learndash_get_groups_user_ids () Gets the list of users ids that belong to a group. includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course. Used By # Used By Used By Description includes/course/ld-course-functions.php: learndash_get_users_for_course () Gets the list of users who has access to the given course.
Uses # Uses Uses Description includes/ld-groups.php: learndash_get_groups_user_ids () Gets the list of users ids that belong to a group. includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course.
Used By # Used By Used By Description includes/course/ld-course-functions.php: learndash_get_users_for_course () Gets the list of users who has access to the given course.