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.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |