Skip to main content

Filter: gfexcel_field_value

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $this->field->get_input_type()
  2. $this->field->formId
  3. $this->field->id

Example hook names:

  • gfexcel_field_value (base hook)
  • gfexcel_field_value_1 (with first modifier value)
  • gfexcel_field_value_1_2 (with all modifier values)

See Also

Source

Defined in src/Field/AbstractField.php at line 97