Filter: ep_facet_date_value_html

apply_filters( 'ep_facet_date_value_html', $html, $item ) → {string}

Filter the HTML for an individual facet value.

Parameters:
Name Type Description
$html string

Facet value HTML.

$item array

Value array. It contains value, label and is_selected.

Since:
  • 5.0.0
Source:
Returns:

Individual facet value HTML.

Type
string