Browse: Home / Functions /

learndash_has_global_quizzes

learndash_has_global_quizzes( int|null $id = null )

Checks if the resource has any quizzes.


Description #


Parameters #

$id

(int|null) (Optional) The ID of the resource like course, lesson, topic, etc.

Default value: null


Return #

(boolean) Returns true if the resource has quizzes otherwise false.


Source #

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


Changelog #

Changelog
Version Description
3.4.0 Introduced.