LLMS_Course::instructors()

Retrieve an instance of the Post Instructors model


Return Return

(LLMS_Post_Instructors)


Top ↑

Source Source

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

	public function instructors() {
		return new LLMS_Post_Instructors( $this );
	}


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.