Filter: gform_field_map_choices
Filter the choices available in the field map drop down.
Parameters
| Name | Type | Description |
|---|---|---|
| $fields | array | The value and label properties for each choice. |
| $form_id | int | The ID of the form currently being configured. |
| $required_types | null|array | Null or the field types to be included in the drop down. |
| $exclude_field_types | null|array|string | Null or the field type(s) to be excluded from the drop down. |
Since
Source
Defined in includes/settings/fields/class-generic-map.php at line 618