wzkb_rating_block_list_description
Render top-rated articles list markup.
Type: filter
Since: 3.0.0
Source: includes/rating/class-rating.php line 571
Parameters
| Type | Name | Description |
|---|---|---|
array | $attributes | Block attributes (limit, showExcerpt, showRating, title). |
Usage
add_filter( 'wzkb_rating_block_list_description', function($attributes) {
// ...
return $attributes;
} );