Browse: Home / Functions /

get_course_groups_users_access

This function has been deprecated. Use ‘learndash_get_course_groups_users_access’ instead.

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/deprecated/3.4.0/functions.php


Changelog #

Changelog
Version Description
3.4.0 Use 'learndash_get_course_groups_users_access' instead.
2.3.0 Introduced. This function has been deprecated. Use {@see 'learndash_get_course_groups_users_access'} instead.