Skip to main content

Filter: gform_column_input_content

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_content (base hook)
  • gform_column_input_content_1 (with first modifier value)
  • gform_column_input_content_1_2 (with all modifier values)

Filters the column input HTML markup.

Parameters

NameTypeDescription
$inputstringThe input markup.
$input_infoarrayThe information that was used to build the input.
$objectGF_Field_List An instance of the List field object.
$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 539