Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Table_StudentManagement::get_enrollments( obj $student )
Retrieve a list of IDs for all the users enrollments
Description Description
Parameters Parameters
- $student
-
(Required) instance of LLMS_Student
Return Return
(array) array of course ids
Source Source
File: includes/admin/post-types/tables/class.llms.table.student.management.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |