apply_filters( 'mc_related_template', $template, $event ) → {string}
HTML format for displaying related events on a single event view. Default {date}, {time}
.
Parameters:
Name | Type | Description |
---|---|---|
$template |
string | Template to use to draw a related event. |
$event |
object | Event object. |
- Source:
Returns:
Unparsed template.
- Type
- string