Browse: Home / Hooks /

learndash_exam_challenge_to_course_passed_redirect

apply_filters( 'learndash_exam_challenge_to_course_passed_redirect',  array $exam_result_button,  int $exam_id,  string $exam_status )

Filters the Exam Result button label and URL.


Description #


Parameters #

$exam_result_button

(array)

  • 'button_label'
    (string) Button label.
  • 'redirect_url'
    (string) Button URL. } An array of attributes

$exam_id

(int) Exam Post ID.

$exam_status

(string) Exam Status slug.


Source #

File: includes/classes/class-ldlms-model-exam.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.