apply_filters( 'jb_email_template_path', $template, $email_key ) → {string}
Filters an email template path inside jobboardwp/
folder.
Parameters:
Name | Type | Description |
---|---|---|
$template |
string | Email template path. |
$email_key |
string | Email notification key. |
- Since:
- 1.1.1
- Source:
Returns:
Email template path. 'emails/{$email_key}.php' by default.
- Type
- string