LLMS_User_Postmeta::get_student()
Retrieve a student obj for the meta item.
Return Return
(LLMS_Student|false)
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. |