Filter: mc_after_event_no_details

apply_filters( 'mc_after_event_no_details', $container, $event, $type, $time ) → {string}

Filter container after event details when view details panel is disabled.

Parameters:
Name Type Description
$container string

HTML string. Default empty.

$event object

My Calendar event.

$type string

View type.

$time string

View timeframe.

Source:
Returns:
Type
string