Filter: ep_facet_search_threshold

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

Source:
Returns:

New threshold

Type
int

apply_filters( 'ep_facet_search_threshold', $search_threshold, $type, $context, $instance ) → {int}

Filter facet search threshold

Parameters:
Name Type Description
$search_threshold int

Search threshold

$type string

Facet type

$context string

Hint about where the value will be used

$instance array

Block instance

Source:
Returns:

New threshold

Type
int

apply_filters( 'ep_facet_search_threshold', $search_threshold, $taxonomy, $context ) → {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

Source:
Returns:

New threshold

Type
int