apply_filters( 'mc_event_registration_form', $form, $has_data, $data, $context, $original_form ) → {string}
Filter generated form for event creation inside My Calendar.
Parameters:
Name | Type | Description |
---|---|---|
$form |
string | Form HTML. |
$has_data |
bool | Whether this form has data. |
$data |
object | Event object. |
$context |
string | Public or admin view. |
$original_form |
string | Form output before filter modifications. |
- Source:
Returns:
- Type
- string