Filter: gform_get_input_value
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$this->formId$this->id
Example hook names:
gform_get_input_value(base hook)gform_get_input_value_1(with first modifier value)gform_get_input_value_1_2(with all modifier values)
Allows the field or input value to be overridden when populating the entry (usually on retrieval from the database).
Parameters
| Name | Type | Description |
|---|---|---|
| $value | mixed | The field or input value to be filtered. |
| $entry | array | The entry currently being processed. |
| $this | \GF_Field | The field currently being processed. |
| $input_id | string | The ID of the input being processed from a multi-input field type or an empty string. |
Since
Source
Defined in includes/fields/class-gf-field.php at line 1497