Browse: Home / Functions /

learndash_get_non_course_qizzes

learndash_get_non_course_qizzes( boolean $bypass_transient = false )

Gets the list of quizzes not associated with any course.


Description #

This function will query and return all global. A GLOBAL Quizzes is:

  1. Quizzes not associated with a Course.

Parameters #

$bypass_transient

(boolean) (Optional) Whether to bypass the transient cache.

Default value: false


Return #

(array) An array of quiz IDs.


Source #

File: includes/quiz/ld-quiz-pro.php


Changelog #

Changelog
Version Description
2.6.0 Introduced.