LLMS_Course::instructors()
Retrieve an instance of the Post Instructors model
Return Return
Source Source
File: includes/models/model.llms.course.php
public function instructors() {
return new LLMS_Post_Instructors( $this );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.13.0 | Introduced. |