wzkb_rating_block_intro_text
Filters the introductory text shown above the top rated articles block.
Type: filter
Since: 3.0.0
Source: includes/pro/blocks/class-blocks.php line 167
Parameters
| Type | Name | Description |
|---|---|---|
string |
$intro |
Introductory text. |
array |
$attributes |
Block attributes. |
Usage
add_filter( 'wzkb_rating_block_intro_text', function($intro, $attributes) {
// ...
return $intro;
} );