learndash_report_get_activity_by_user_id( int $user_id, array|string $activity_types = '' )
Gets the list of activities by user ID for the report.
Description Description
Parameters Parameters
- $user_id
-
(Optional) The ID of the user to get activites. Default 0.
- $activity_types
-
(Optional) The type of the activity to delete. Any combination of the following: 'access', 'course', 'lesson', 'topic', 'quiz'.
Default value: ''
Return Return
(array|void) Returns an array of activity IDs.
Source Source
File: includes/ld-reports.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |