learndash_process_course_join learndash_process_course_join() Handles the actions to be made when the user joins a course. ContentsDescription Source Changelog Related Namespace @package Uses Description # Fires on wp hook. Redirects user to login URL, adds course access to user. Source # File: includes/course/ld-course-functions.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # Namespace # global @package # LearnDash / Course Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_safe_redirect () Utility function to centralize all LearnDash redirect calls. includes/course/ld-course-functions.php: learndash_{$post_label_prefix}_join_redirect Filters URL that a user should be redirected to after joining a course. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/ld-groups.php: learndash_is_user_in_group () Checks whether a user is part of the group or not. includes/ld-groups.php: ld_update_group_access () Updates a user’s group access. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-user-functions.php: ld_update_course_access () Updates the list of courses a user can access. includes/course/ld-course-user-functions.php: sfwd_lms_has_access () Checks whether a user has access to a course.
Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_safe_redirect () Utility function to centralize all LearnDash redirect calls. includes/course/ld-course-functions.php: learndash_{$post_label_prefix}_join_redirect Filters URL that a user should be redirected to after joining a course. includes/settings/settings-functions.php: learndash_get_setting () Gets the LearnDash setting for a post. includes/ld-groups.php: learndash_is_user_in_group () Checks whether a user is part of the group or not. includes/ld-groups.php: ld_update_group_access () Updates a user’s group access. includes/class-ldlms-post-types.php: learndash_get_post_type_slug () includes/course/ld-course-user-functions.php: ld_update_course_access () Updates the list of courses a user can access. includes/course/ld-course-user-functions.php: sfwd_lms_has_access () Checks whether a user has access to a course.