Filter: mc_event_registration

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

Append HTML to end of event registration fields.

Parameters:
Name Type Description
$html string

HTML to place inside registration fieldset.

$has_data bool

Whether current event object is populated.

$data object

Event object.

$public string

Rendering in public context.

Source:
Returns:
Type
string