LLMS_Instructor::get_students( array $args = array() )
Retrieve instructor’s students
Description Description
See also See also
Parameters Parameters
- $args
-
(Optional) Array of args passed to LLMS_Student_Query.
Default value: array()
Return Return
(obj)
Source Source
File: includes/models/model.llms.instructor.php
Changelog Changelog
Version | Description |
---|---|
3.32.0 | Validate post_id data passed into this function to ensure only students in courses/memberships for this instructor are returned. |
3.13.0 | Introduced. |