Filter: mc_event_mail_subject

apply_filters( 'mc_event_mail_subject', $subject, $details ) → {string}

Filter event notification email subject.

Parameters:
Name Type Description
$subject string

Email subject.

$details array

Array of details passed to email function.

Source:
Returns:
Type
string