LLMS_Instructor::get_students( array $args = array() )

Retrieve instructor’s students


Description Description

See also See also


Top ↑

Parameters Parameters

$args

(Optional) Array of args passed to LLMS_Student_Query.

Default value: array()


Top ↑

Return Return

(obj)


Top ↑

Source Source

File: includes/models/model.llms.instructor.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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