Browse: Home / Hooks /

learndash_quiz_call_mark_complete_after_remove

apply_filters( 'learndash_quiz_call_mark_complete_after_remove',  bool $call_function,  array $user_quiz,  int $user_id )

Legacy: Call the learndash_process_mark_complete function after the quiz entry is removed.


Description #

The call to this function was removed as of LD 3.5.1 because it should not be needed. But retaining for legacy purposes.


Parameters #

$call_function

(bool) Default is false.

$user_quiz

(array) User meta quiz item to be deleted.

$user_id

(int) User ID for the Quiz.


Source #

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


Changelog #

Changelog
Version Description
3.5.1 Introduced.