Recent

wzkb_section_tree_block_outputfilterPro only

wzkb_section_tree_block_output

Filters the Section Tree block HTML output.

Type: filter
Since: 3.1.0
Source: includes/pro/blocks/class-blocks.php line 350

Parameters

Type Name Description
string $output Block HTML.
array $attributes Block attributes.

Usage

add_filter( 'wzkb_section_tree_block_output', function($output, $attributes) {
    // ...
    return $output;
} );