llms_get_instructor( mixed $user = null )
Get an LLMS_Instructor
Description Description
Parameters Parameters
- $user
-
(Optional) WP_User ID, instance of WP_User, or instance of any instructor class extending this class.
Default value: null
Return Return
(LLMS_Instructor|false) LLMS_Instructor instance on success, false if user not found
Source Source
File: includes/functions/llms.functions.person.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |