apply_filters( 'jb_email_send_subject', $subject, $template, $email ) → {string}
Filters the email notification subject before sending it.
Note: This filter is internally used for getting translated subject before sending email notification.
Parameters:
Name | Type | Description |
---|---|---|
$subject |
string | Email notification subject. |
$template |
string | Email notification key. |
$email |
string | Recipient's email address. |
- Since:
- 1.0
- Source:
Returns:
Email notification subject.
- Type
- string