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