Recent

wzkb_rating_block_list_description filter Pro only

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

TypeNameDescription
array$attributesBlock attributes (limit, showExcerpt, showRating, title).

Usage

add_filter( 'wzkb_rating_block_list_description', function($attributes) {
    // ...
    return $attributes;
} );