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()


Top ↑

Return Return

(array) Returns user course progress results.


Top ↑

Source Source

File: includes/ld-reports.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.