Filter: mcs_notification_fields

apply_filters( 'mcs_notification_fields', $array, $event ) → {array}

Filter the template tags used for calendar notifications after front-end submissions or edits.

Parameters:
Name Type Description
$array array

Array of keys and values used for notifications. Values omitted if no event passed.

$event object

Object used to build array.

Source:
Returns:
Type
array