apply_filters( 'ep_facet_search_threshold', $search_threshold, $taxonomy, $context, $instance ) → {int}
Filter facet search threshold
Parameters:
Name | Type | Description |
---|---|---|
$search_threshold |
int | Search threshold |
$taxonomy |
string | Current taxonomy |
$context |
string | Hint about where the value will be used |
$instance |
array | Block instance |
Returns:
New threshold
- Type
- int