apply_filters( 'llms_course_get_instructors', array $instructors, LLMS_Course $course, boolearn $exclude_hidden )

Filters the course’s instructors list


Parameters Parameters

$instructors

(array) Instructor data array.

$course

(LLMS_Course) Course object.

$exclude_hidden

(boolearn) If true, excludes hidden instructors from the return array.


Top ↑

Source Source

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

View on GitHub



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.