apply_filters( 'learndash-show-lesson-quizzes', boolean $show_lesson_quizzes, int $lesson_id, int $course_id, int $user_id )

Filters whether to show quiz for a particular lesson or not.


Description Description


Parameters Parameters

$show_lesson_quizzes

Boolean value determines whether to show a quiz or not.

$lesson_id

Lesson ID.

$course_id

Course ID.

$user_id

User ID.


Top ↑

Source Source

File: themes/ld30/includes/helpers.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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