LLMS_Membership::set_instructors( array $instructors = array() )

Save instructor information


Parameters Parameters

$instructors

(array) (Optional) Array of course instructor information.

Default value: array()


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/models/model.llms.membership.php

	public function set_instructors( $instructors = array() ) {

		return $this->instructors()->set_instructors( $instructors );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.