learndash_get_group_course_quiz_ids( int $group_id )
Gets all quizzes related to Group Courses.
Description Description
Given a group ID will determine all quizzes associated with courses of the group
Parameters Parameters
- $group_id
-
(Optional) Group ID. Default 0.
Return Return
(array) An array of quiz IDs.
Source Source
File: includes/ld-groups.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |