learndash_update_group_course_user_progress learndash_update_group_course_user_progress( integer $course_id, integer $user_id ) Update Group User Course progress. ContentsDescription Parameters Source Changelog Related Uses Used By Description # Parameters # $course_id (integer) (Required) Course ID. $user_id (integer) (Required) User ID. Source # File: includes/ld-groups.php Changelog # Changelog Version Description 3.2.0 Introduced. Related # Uses # Uses Uses Description includes/ld-groups.php: learndash_get_user_group_progress () Check and recalculate the the status of the Group Courses for the User. includes/ld-groups.php: learndash_get_users_group_ids () Get a users group IDs. includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course. Used By # Used By Used By Description includes/ld-groups.php: learndash_group_course_completed () Hook into the User Course Complete action. includes/ld-users.php: learndash_save_user_course_complete () Saves the date of course completion for a user.
Uses # Uses Uses Description includes/ld-groups.php: learndash_get_user_group_progress () Check and recalculate the the status of the Group Courses for the User. includes/ld-groups.php: learndash_get_users_group_ids () Get a users group IDs. includes/ld-groups.php: learndash_get_course_groups () Gets the list of groups associated with the course.
Used By # Used By Used By Description includes/ld-groups.php: learndash_group_course_completed () Hook into the User Course Complete action. includes/ld-users.php: learndash_save_user_course_complete () Saves the date of course completion for a user.