Filter: jb_email_template_content

apply_filters( 'jb_email_template_content', $message, $slug, $args ) → {string}

Filters the email notification content before sending it.

Note: placeholders like {site_name}, etc. will be replaced later.

Parameters:
Name Type Description
$message string

Email notification content.

$slug string

Email notification key.

$args array

Arguments passed to the function. There can be data to replace placeholders.

Since:
  • 1.0
Source:
Returns:

Email notification content.

Type
string