apply_filters( 'sensei_email_subject', $subject, $template ) → {string}
Filter the email subject for the the admin-teacher-new-course-created template.
Parameters:
Name | Type | Description |
---|---|---|
$subject |
string | The email subject, default: New course created by {teacher name}. |
$template |
string | Template name. |
- Since:
- 1.8.0
- Source:
Returns:
Filtered subject.
- Type
- string