LLMS_Abstract_User_Data::get_user()
Retrieve the instance of the WP User for the student
Contents
Return Return
(WP_User)
Source Source
File: includes/abstracts/llms.abstract.user.data.php
public function get_user() {
return $this->user;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |