Warning: This function has been deprecated. Use ‘learndash_get_global_quiz_list’ instead.
learndash_get_global_quiz_list_OLD( int|null $id = null )
Gets the quiz list for a resource(old).
Description Description
Parameters Parameters
- $id
-
(Optional) An ID of the resource.
Default value: null
Return Return
(array) An array of quizzes.
Source Source
File: includes/deprecated/3.4.0/functions.php
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Use 'learndash_get_global_quiz_list' instead. |
2.1.0 | Introduced. |