apply_filters( 'mc_event_today', $todays_events, $events ) → {array}
Filter the array of events listed in today's events lists.
Parameters:
Name | Type | Description |
---|---|---|
$todays_events |
array | A multidimensional array of event items with today's date as a key with an array of formatted HTML on event templates on the current date. |
$events |
array | Array of events without private events removed. Values are event objects. |
- Source:
Returns:
A multidimensional array of event items with today's date as a key with an array of formatted HTML on event templates on the current date.
- Type
- array