Recent

better_search_query_pro_field_weightsfilterPro only

better_search_query_pro_field_weights

Filter the array of weights.

Type: filter
Since: 4.2.0
Source: includes/pro/class-query-modifier.php line 109

Parameters

Type Name Description
array $weights Array of weights.
array $args Query arguments.

Usage

add_filter( 'better_search_query_pro_field_weights', function($weights, $args) {
    // ...
    return $weights;
} );