apply_filters( 'mt_custom_data_fields', $form, $registration, $data ) → {string}
Show custom fields/content in event creation inside My Calendar. Inserted at the end of the form.
Parameters:
Name | Type | Description |
---|---|---|
$form |
string | HTML Output. Default empty. |
$registration |
array | Saved event data. |
$data |
object | Event data. |
- Source:
Returns:
- Type
- string