apply_filters( 'ep_facet_date_custom_date_html', $html, $is_custom_date, $applied_dates ) → {string}
Filter the HTML for the facet custom date.
Parameters:
Name | Type | Description |
---|---|---|
$html |
string | Facet custom date item HTML. |
$is_custom_date |
bool | Whether the selected date filter is custom. |
$applied_dates |
array | Applied dates. |
- Since:
- 5.0.0
- Source:
Returns:
Individual facet custom date item HTML.
- Type
- string