Filter: gform_column_input
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id$this->id$column_index
Example hook names:
gform_column_input(base hook)gform_column_input_1(with first modifier value)gform_column_input_1_2(with all modifier values)
Filters the column input.
Parameters
| Name | Type | Description |
|---|---|---|
| $input_info | array | Information about the input. Contains the input type. |
| $ | object | GF_Field_List Field object for this field type. |
| $column | string | ['text'] The column text value. |
| $form_id | int | The form ID. |
Since
- Unknown: Unknown
Source
Defined in includes/fields/class-gf-field-list.php at line 489