Recent

crp_query_pro_field_weightsfilterPro only

crp_query_pro_field_weights

Filter the array of weights.

Type: filter
Since: 4.0.0
Source: includes/pro/class-query-modifier.php line 115

Parameters

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

Usage

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