apply_filters( 'hivepress/v1/fields/{field_type}/display_value', $value, $field ) → {string}
Filters the field display value. The dynamic part of the hook refers to the field type (e.g. textarea). You can check the available field types in the includes/fields directory of HivePress.
Parameters:
| Name | Type | Description |
|---|---|---|
$value |
string | Display value. |
$field |
object | Field object. |
- Source:
Returns:
Display value.
- Type
- string