apply_filters( 'mcs_dont_send_admin_email', $no_email, $event_id, $array ) → {bool}
Filter to disable admin email notifications for custom reasons.
Parameters:
Name | Type | Description |
---|---|---|
$no_email |
bool | Default false to send an email. |
$event_id |
int | Event ID. |
$array |
array | Array of information to include in email templates. |
- Source:
Returns:
- Type
- bool