apply_filters( 'mcs_hidden_fields', $fields, $form_id ) → {array}
Filter the hidden field inputs used in My Calendar Pro forms.
Parameters:
Name | Type | Description |
---|---|---|
$fields |
array | An array of fields in format [key => $value]. |
$form_id |
string | The ID of the current form. |
- Source:
Returns:
- Type
- array