learndash_get_course_step_groups learndash_get_course_step_groups( int $step_id ) Gets the list of groups associated with the course step. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $step_id (int) (Required) Course Step ID. Required. Return # (array) An array of group IDs associated with the course step. Source # File: includes/ld-groups.php Changelog # Changelog Version Description 3.1.8 Introduced. Related # Namespace # global @package # LearnDash / Groups Uses # Uses Uses Description includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course. includes/course/ld-course-steps-functions.php: learndash_get_courses_for_step () Gets the list of courses associated with a step. Used By # Used By Used By Description includes/ld-groups.php: learndash_get_groups_leaders_users_for_course_step () Get the Group Leader user for a specific Course step.
Uses # Uses Uses Description includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course. includes/course/ld-course-steps-functions.php: learndash_get_courses_for_step () Gets the list of courses associated with a step.
Used By # Used By Used By Description includes/ld-groups.php: learndash_get_groups_leaders_users_for_course_step () Get the Group Leader user for a specific Course step.