Recent

wzkb_top_rated_articles_query_args filter Pro only

wzkb_top_rated_articles_query_args

Filters the top-rated articles query arguments.

Type: filter
Since: 3.0.0
Source: includes/rating/class-rating.php line 385

Parameters

TypeNameDescription
array$query_argsWP_Query arguments.
array$argsOriginal arguments passed to the method.

Usage

add_filter( 'wzkb_top_rated_articles_query_args', function($query_args, $args) {
    // ...
    return $query_args;
} );