LLMS_Course::get_author()
Get WP user object for the course author
Description Description
Return Return
(obj) instance of WP_User
Source Source
File: includes/models/model.llms.course.php
public function get_author() { return new WP_User( $this->get_author_id() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: