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