Browse: Home / Functions /

learndash_get_course_step_groups

learndash_get_course_step_groups( int $step_id )

Gets the list of groups associated with the course step.


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.