learndash_get_global_quiz_list_legacy( int|null $id = null )
LEGACY: Gets the quiz list for a resource.
Description Description
Replaced by learndash_get_global_quiz_list in 3.4.0.
Parameters Parameters
- $id
-
(Optional) An ID of the resource.
Default value: null
Return Return
(array) An array of quizzes.
Source Source
File: includes/course/ld-course-functions-legacy.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |