Filter: mc_send_notification

apply_filters( 'mc_send_notification', $send_email, $details ) → {bool}

Filter whether email notifications should be sent.

Parameters:
Name Type Description
$send_email bool

Boolean equivalent of value of event email setting.

$details array

Event details for notifications.

Source:
Returns:
Type
bool