Skip to main content

Filter: gform_column_input

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id
  2. $this->id
  3. $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

NameTypeDescription
$input_infoarrayInformation about the input. Contains the input type.
$objectGF_Field_List Field object for this field type.
$columnstring['text'] The column text value.
$form_idintThe form ID.

Since

  • Unknown: Unknown

Source

Defined in includes/fields/class-gf-field-list.php at line 489