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

Save instructor information


Parameters Parameters

$instructors

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

Default value: array()


Top ↑

Source Source

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

		// No user or no prereqs so no reason to proceed.
		if ( ! $student_id || ! $this->has_prerequisite( $type ) ) {
			return false;
		}



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.