learndash_get_course_groups_users_access( int $course_id )
Gets the group’s user IDs if the course is associated with the group.
Description Description
Parameters Parameters
- $course_id
-
(Optional) Course ID. Default 0.
Return Return
(array) An array of user IDs.
Source Source
File: includes/ld-groups.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |