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