learndash_get_course_quiz_list( int|WP_Post|null $course = null, int|null $user_id = null )

Gets the quiz list output for a course.


Description Description


Parameters Parameters

$course

(Optional) The WP_Post course object or course ID.

Default value: null

$user_id

(Optional) User ID.

Default value: null


Top ↑

Return Return

(array|string) The quiz list HTML output.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.