apply_filters( 'hivepress/v1/fields/{field_type}/display_value', $value ) → {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. |
- Source:
Returns:
Display value.
- Type
- string