Filter: sensei_email

apply_filters( 'sensei_email', $html, $email_template ) → {string}

Filter the email content.

Parameters:
Name Type Description
$html string

The email content.

$email_template string

The email template.

Source:
Returns:

Filtered email content.

Type
string