wzkb_top_rated_articles_query_args
Filters the top-rated articles query arguments.
Type: filter
Since: 3.0.0
Source: includes/pro/rating/class-rating.php line 385
Parameters
| Type | Name | Description |
|---|---|---|
array |
$query_args |
WP_Query arguments. |
array |
$args |
Original arguments passed to the method. |
Usage
add_filter( 'wzkb_top_rated_articles_query_args', function($query_args, $args) {
// ...
return $query_args;
} );