learndash_report_course_users_progress( int $course_id, array $user_query_args = array(), array $activity_query_args = array() )
Gets the user’s course progress for the report.
Description Description
Parameters Parameters
- $course_id
-
(Optional) The ID of the course to get user progress. Default 0.
- $user_query_args
-
(Optional) The ID of the user to get progress.
Default value: array()
- $activity_query_args
-
(Optional) The query arguments to get the user activity.
Default value: array()
Return Return
(array) Returns user course progress results.
Source Source
File: includes/ld-reports.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |