Filter: mc_event_details

apply_filters( 'mc_event_details', $html, $has_data, $data, $public ) → {string}

Filter the contents of the custom_fields parameter in My Calendar Pro. Legacy support for older custom field setup.

Parameters:
Name Type Description
$html string

HTML output for custom fields.

$has_data bool

Whether current event object is populated.

$data object

Event object.

$public string

Public context.

Source:
Returns:
Type
string