LLMS_Membership::instructors()
Retrieve an instance of the Post Instructors model
Return Return
Source Source
File: includes/models/model.llms.membership.php
299 300 301 | 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. |