Recent

wzkb_rating_block_footer_textfilterPro only

Filters the footer text shown below the top rated articles block.

Type: filter
Since: 3.0.0
Source: includes/pro/blocks/class-blocks.php line 181

Parameters

Type Name Description
string $footer Footer text.
array $attributes Block attributes.

Usage

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