Filter: mc_event_details

apply_filters( 'mc_event_details', $output, $has_data, $data, $context ) → {string}

Render custom fields in the admin.

Parameters:
Name Type Description
$output string

HTML output. Default empty string.

$has_data bool

If event has data.

$data object

Event object.

$context string

Admin context.

Source:
Returns:
Type
string