better_search_custom_tables_query_taxonomy_weights
Filter the array of taxonomy weights.
Type: filter
Since: 4.2.0
Source: includes/pro/custom-tables/class-posts-search.php line 292
Parameters
| Type | Name | Description |
|---|---|---|
array |
$weights |
Array of weights. |
Posts_Search |
$instance |
Current instance of Posts_Search. |
Usage
add_filter( 'better_search_custom_tables_query_taxonomy_weights', function($weights, $instance) {
// ...
return $weights;
} );