LLMS_Membership::set_instructors( array $instructors = array() )
Save instructor information
Parameters Parameters
- $instructors
-
(array) (Optional) Array of course instructor information.
Default value: array()
Return Return
(array)
Source Source
File: includes/models/model.llms.membership.php
412 413 414 415 416 | public function set_instructors( $instructors = array () ) { return $this ->instructors()->set_instructors( $instructors ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |