apply_filters( 'sensei_notify_admin_new_course_creation', $on ) → {bool}
Filter the option to send admin notification emails when teachers creation course.
Parameters:
Name | Type | Description |
---|---|---|
$on |
bool | The option of whether admin notification emails should be sent, default true. |
- Since:
- 1.8.0
- Source:
Returns:
Filtered option.
- Type
- bool