apply_filters( 'ep_instant_results_excluded_term_ids', $excluded ) → {Array.<int>}
Filter term IDs to exclude from all Instant Results taxonomy filters.
Excluded terms are hidden from every taxonomy facet (Category, Tag, etc.) but posts associated with those terms still appear in search results.
Parameters:
| Name | Type | Description |
|---|---|---|
$excluded |
Array.<int> | Term IDs to exclude (e.g., [1, 120]). |
- Since:
- 5.3.4
- Source:
Returns:
Filtered exclusions.
- Type
- Array.<int>