Browse: Home / Functions /

learndash_get_course_groups_users_access

learndash_get_course_groups_users_access( int $course_id )

Gets the group’s user IDs if the course is associated with the group.


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.