Recent

wzkb_related_block_outputfilter

Filters the related articles block output.

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

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;
} );