apply_filters( 'ep_facet_date_action_html', $html, $selected_terms ) → {string}
Filter the HTML for the facet action.
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | Facet action item HTML. |
$selected_terms |
array | Selected terms. |
- Since:
- 5.0.0
- Source:
Returns:
Individual facet action item HTML.
- Type
- string