apply_filters( 'learndash_course_autocompletion_multiple_final_quizzes_step', bool , int $id, int $user_id, array $quizzes, array $quizzes_incomplete )

Filters to autocomplete course with multiple final (global) quizzes when not all are complete.


Description Description


Parameters Parameters

false Action to auto complete course step.

$id

Course ID

$user_id

User ID

$quizzes

Course Global Quiz Posts.

$quizzes_incomplete

Array of incomplete Quizzes IDs.


Top ↑

Return Return

(true) to auto complete step.


Top ↑

Source Source

File: includes/course/ld-course-functions-legacy.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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