Browse: Home / Hooks /

learndash_{$post_label_prefix}_join_redirect

apply_filters( "learndash_{$post_label_prefix}_join_redirect",  string $login_url,  int $post_id )

Filters URL that a user should be redirected to after joining a course.


Description #


Parameters #

$login_url

(string) Redirect URL.

$post_id

(int) Course or Group ID.


Source #

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


Changelog #

Changelog
Version Description
2.1.0 Introduced.