apply_filters( 'llms_course_get_instructors', array $instructors , LLMS_Course $course , boolearn $exclude_hidden )
Filters the course’s instructors list
Description Description
Parameters Parameters
- $instructors
-
Instructor data array.
- $course
-
Course object.
- $exclude_hidden
-
If true, excludes hidden instructors from the return array.
Source Source
File: includes/models/model.llms.course.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |