Filter: gform_display_field_select_columns_entry_list
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id$field->id
Example hook names:
gform_display_field_select_columns_entry_list(base hook)gform_display_field_select_columns_entry_list_1(with first modifier value)gform_display_field_select_columns_entry_list_1_2(with all modifier values)
Allows fields to be added or removed from the select columns UI on the entry list.
Parameters
| Name | Type | Description |
|---|---|---|
| $display | bool | Whether the field will be available for selection. |
| $field | \GF_Field | |
| $form | array |
Since
- 2.4
Source
Defined in select_columns.php at line 250