Filter: gform_addon_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. |
| $field_type | 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/addon/class-gf-addon.phpat line 3295 - Defined in
includes/settings/fields/class-generic-map.phpat line 606