LLMS_Student::get_name()
Get the full name of a student
Return Return
(string)
Source Source
File: includes/models/model.llms.student.php
}
/**
* Retrieve an array of Membership Levels for a user
*
* @return array
* @since 2.2.3
* @version 2.2.3
*/
public function get_membership_levels() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.4 | Introduced. |