apply_filters( 'mcs_input_fields', $fields, $mandatory_fields, $form_id ) → {array}
Filter the input fields for a given form.
Parameters:
| Name | Type | Description | 
|---|---|---|
| $fields | array | Array of field data & form parameters. | 
| $mandatory_fields | array | The array of fields that are always required by forms. | 
| $form_id | string | ID for the current form. | 
- Source:
Returns:
- Type
- array