Browse: Home / Hooks /

learndash_removed_course_exam_challenge

do_action( 'learndash_removed_course_exam_challenge',  int $course_id,  int $exam_id )

Fires after the exam challenge is removed from the course meta.


Description #


Parameters #

$course_id

(int) Course ID.

$exam_id

(int) Exam ID.


Source #

File: includes/exam/ld-exam-functions.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.