Browse: Home / Functions /

learndash_get_global_quiz_list

learndash_get_global_quiz_list( int|null $id = null )

Gets the quiz list for a resource.


Description #


Parameters #

$id

(int|null) (Optional) An ID of the resource.

Default value: null


Return #

(array) An array of quizzes.


Source #

File: includes/course/ld-course-navigation.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.