Action: gk/gravityview/template/before-field-render
which allows you to act before a field of an item is rendered.
Parameters
| Name | Type | Description |
|---|---|---|
| $field_type | string | Either widget, field or search. |
| $key | string | The key of the field. |
| $option | array | The field configuration. |
| $current | array | All the values for the current item being rendered. |
| $context | array | Extra rendering context added to the action. |
Since
Source
Defined in includes/admin/class.render.settings.php at line 496