apply_filters( 'sensei_email_course_teachers', $teacher_ids, $course_id ) → {array}
Filter the teacher IDs for a given course.
Parameters:
Name | Type | Description |
---|---|---|
$teacher_ids |
array | The teacher IDs. |
$course_id |
int | The course ID. |
- Since:
- 4.15.1
- Source:
Returns:
The teacher IDs.
- Type
- array