LLMS_Student::get_name()
Get the full name of a student
Return Return
(string)
Source Source
File: includes/models/model.llms.student.php
910 911 912 913 914 915 916 917 918 919 | } /** * 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. |