Filter: mc_upcoming_events_template

apply_filters( 'mc_upcoming_events_template', $template ) → {string}

Pass a custom template to the upcoming events list. Template can either be a template key referencing a stored template or a template pattern using {} template tags.

Parameters:
Name Type Description
$template string

Un-parsed template.

Source:
Returns:

Template string.

Type
string