wzkb_rating_block_list_description
Filters the description shown with the top rated articles list.
Type: filter
Since: 3.0.0
Source: includes/pro/rating/class-rating.php line 579
Parameters
| Type | Name | Description |
|---|---|---|
string |
$description |
List description. |
array |
$attributes |
Block attributes. |
Usage
add_filter( 'wzkb_rating_block_list_description', function($description, $attributes) {
// ...
return $description;
} );