learndash_get_group_courses_list( int $group_id )

Gets the list of enrolled courses for a group.


Description Description


Parameters Parameters

$group_id

(Optional) Group ID. Default 0.

$bypass_transient

(Optional) Whether to bypass transient cache or not. Default false.


Top ↑

Return Return

(array) An array of course IDs.


Top ↑

Source Source

File: includes/ld-groups.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.