learndash_group_enrolled_courses( int $group_id, boolean $bypass_transient = false )
Gets the list of enrolled courses for a group.
Description #
Parameters #
- $group_id
-
(int) (Optional) Group ID. Default 0.
- $bypass_transient
-
(boolean) (Optional) Whether to bypass transient cache or not.
Default value: false
Return #
(array) An array of course IDs.
Source #
File: includes/ld-groups.php
Changelog #
Version | Description |
---|---|
2.1.0 | Introduced. |