Filter: gk/lookup/field/display/value
Modifies the display value extracted from a lookup field's referenced object.
Parameters
| Name | Type | Description |
|---|---|---|
| $value | string | The extracted attribute value. |
| $object | mixed | The resolved object (WP_User, WP_Post, or array for entries). |
| $attribute | string | The attribute name. |
| $sub_key | string|null | The sub-key for meta/field/taxonomy lookups. Default: null. |
| $source_type | string | The lookup source type. |
| $field | \GF_Field | The lookup field object. |
Since
Source
Defined in includes/Resolver.php at line 190