Filter: mc_after_event

apply_filters( 'mc_after_event', $details, $event, $type, $time ) → {string}

Filter details appended after the event content.

Parameters:
Name Type Description
$details string

HTML content. Default empty.

$event object

My Calendar event object.

$type string

View type.

$time string

View timeframe.

Source:
Returns:
Type
string

apply_filters( 'mc_after_event', $new_content, $event, $view, $time ) → {string}

Append content after single event. Default empty string.

Parameters:
Name Type Description
$new_content string

Content to append after the event.

$event object

Event object.

$view string

View type.

$time string

Time view.

Source:
Returns:
Type
string