Filter: mc_happening_next_template

apply_filters( 'mc_happening_next_template', $template, $event ) → {string}

Customize the template used to draw the "happening now" shortcode output.

Parameters:
Name Type Description
$template string

HTML and template tags.

$event object

Event object to draw.

Source:
Returns:
Type
string

apply_filters( 'mc_happening_next_template', $template, $event ) → {string}

Customize the template used to draw the next event shortcode output.

Parameters:
Name Type Description
$template string

HTML and template tags.

$event object

Event object to draw.

Source:
Returns:
Type
string