LLMS_User_Postmeta::get_student()
Retrieve a student obj for the meta item
Description Description
Return Return
(obj) LLMS_Student
Source Source
File: includes/models/model.llms.user.postmeta.php
public function get_student() { return llms_get_student( $this->get( 'user_id' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: