better_search_query_pro_max_taxonomies
Filters the maximum number of taxonomies used when weighting search results.
Type: filter
Since: 4.2.0
Source: includes/pro/class-query-modifier.php line 261
Parameters
| Type | Name | Description |
|---|---|---|
int |
$max_taxonomies |
Maximum number of taxonomies considered. Default 10. |
Usage
add_filter( 'better_search_query_pro_max_taxonomies', function($max_taxonomies) {
// ...
return $max_taxonomies;
} );