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 Description
Parameters Parameters
- $login_url
-
Redirect URL.
- $post_id
-
Course or Group ID.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |