Filter: mc_event_mail_bcc

apply_filters( 'mc_event_mail_bcc', $bcc, $details ) → {string}

Filter event notification email bcc headers.

Parameters:
Name Type Description
$bcc string

Comma separated list of emails for BCC.

$details array

Array of details passed to email function.

Source:
Returns:
Type
string