Browse: Home / Hooks /

learndash_user_quiz_delete_single_before

do_action( 'learndash_user_quiz_delete_single_before',  int $user_id,  array $user_quiz )

Fires before user single quiz attempt has been removed.


Description #


Parameters #

$user_id

(int) User ID for the Quiz.

$user_quiz

(array) User meta quiz item to be deleted.


Source #

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


Changelog #

Changelog
Version Description
3.2.3 Introduced.