Recent

bsearch_query_pro_max_terms_per_taxonomyfilterPro only

bsearch_query_pro_max_terms_per_taxonomy

Filters the maximum number of terms per taxonomy stored in the custom tables.

Type: filter
Since: 4.2.0
Source: includes/pro/custom-tables/class-sync-manager.php line 714

Parameters

Type Name Description
int $max_terms Maximum number of terms per taxonomy. Default 10.

Usage

add_filter( 'bsearch_query_pro_max_terms_per_taxonomy', function($max_terms) {
    // ...
    return $max_terms;
} );