wzkb_rating_block_intro_text
Render callback for Rating block (Pro).
Type: filter
Source: includes/blocks/class-blocks.php line 159
Parameters
| Type | Name | Description |
|---|---|---|
array | $attributes | Attributes from block. |
Usage
add_filter( 'wzkb_rating_block_intro_text', function($attributes) {
// ...
return $attributes;
} );