learndash_get_course_step_groups( int $step_id )
Gets the list of groups associated with the course step.
Description Description
Parameters Parameters
- $step_id
-
(Required) Course Step ID. Required.
Return Return
(array) An array of group IDs associated with the course step.
Source Source
File: includes/ld-groups.php
Changelog Changelog
Version | Description |
---|---|
3.1.8 | Introduced. |