apply_filters( 'ep_facet_search_get_terms_args', $terms_args, $args, $instance ) → {array}
Filter arguments passed to get_terms() while getting all possible terms for the facet widget.
Parameters:
Name | Type | Description |
---|---|---|
$terms_args |
array | Array of arguments passed to get_terms() |
$args |
array | Widget args |
$instance |
array | Instance settings |
- Since:
- 3.5.0
- Source:
Returns:
New terms args
- Type
- array