learndash_get_user_group_progress( integer $group_id, integer $user_id, boolean $recalc = false )
Check and recalculate the the status of the Group Courses for the User.
Description Description
Parameters Parameters
- $group_id
-
(Required) Group ID to check.
- $user_id
-
(Required) User ID to check.
- $recalc
-
(Optional) Force the logic to recheck all courses.
Default value: false
Source Source
File: includes/ld-groups.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |