apply_filters( 'mc_draw_todays_event', $item, $event_details, $template, $args ) → {string}
Draw a custom template for today's events. Returning any non-empty string short circuits other template settings.
Parameters:
Name | Type | Description |
---|---|---|
$item |
string | Empty string before event template is drawn. |
$event_details |
array | Associative array of event template tags. |
$template |
string | Template string passed from widget or shortcode. |
$args |
array | Associative array holding the arguments used to generate this list of events. |
- Source:
Returns:
Event output details.
- Type
- string