learndash_get_user_group_completed_timestamp learndash_get_user_group_completed_timestamp( integer $group_id, integer $user_id ) Get the user completed group timestamp. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $group_id (integer) (Required) Group ID to check. $user_id (integer) (Required) User ID to check. Return # (integer) time user started group courses. Source # File: includes/ld-groups.php Changelog # Changelog Version Description 3.2.0 Introduced. Related # Namespace # global @package # LearnDash / Groups 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. Used By # Used By Used By Description includes/shortcodes/ld_groupinfo.php: learndash_groupinfo_shortcode () Builds the [groupinfo] shortcode output.
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.
Used By # Used By Used By Description includes/shortcodes/ld_groupinfo.php: learndash_groupinfo_shortcode () Builds the [groupinfo] shortcode output.