Browse: Home / Functions /

learndash_get_global_quiz_list_legacy

This function has been deprecated. Use learndash_get_global_quiz_list instead.

learndash_get_global_quiz_list_legacy( int|null $id = null )

LEGACY: Gets the quiz list for a resource.


Description #

Replaced by learndash_get_global_quiz_list in 3.4.0.


Parameters #

$id

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

Default value: null


Return #

(array) An array of quizzes.


Source #

File: includes/deprecated/5.0.0/functions.php


Changelog #

Changelog
Version Description
5.0.0 Use learndash_get_global_quiz_list instead.
2.1.0 Introduced. This function has been deprecated. Use learndash_get_global_quiz_list instead.