LLMS_Instructor::has_student( LLMS_Student|WP_User|int $student )
Determines if the instructor is an instructor to a specific student.
Description Description
Parameters Parameters
- $student
-
(Required) Student or user object or WP User ID.
Return Return
(bool)
Source Source
File: includes/models/model.llms.instructor.php
Changelog Changelog
Version | Description |
---|---|
3.34.0 | Introduced. |