Browse: Home / Hooks /

learndash_course_completion_page_redirect_enabled

apply_filters( 'learndash_course_completion_page_redirect_enabled',  bool $redirect_enabled,  int $course_id )

Filters whether to redirect to the course completion page.


Description #


Parameters #

$redirect_enabled

(bool) Whether to redirect to the course completion page. Default true.

$course_id

(int) Course ID.


Return #

(bool) Whether to redirect to the course completion page.


Source #

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


Changelog #

Changelog
Version Description
4.11.0 Introduced.