wzkb_related_block_output
Filters the related articles block output.
Type: filter
Since: 3.0.0
Source: includes/blocks/class-blocks.php line 651
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | Related articles HTML. |
array | $attributes | Block attributes. |
Usage
add_filter( 'wzkb_related_block_output', function($output, $attributes) {
// ...
return $output;
} );