apply_filters( 'ep_facet_meta_value_label', $label, $item ) → {string}
Filter the label for an individual meta value.
Parameters:
Name | Type | Description |
---|---|---|
$label |
string | Facet meta value label. |
$item |
array | Value array. It contains |
- Since:
- 4.3.0
- Source:
Returns:
Individual facet meta value label.
- Type
- string