Recent

wzkb_section_tree_block_output filter Pro only

wzkb_section_tree_block_output

Filters the Section Tree block HTML output.

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

Parameters

TypeNameDescription
string$outputBlock HTML.
array$attributesBlock attributes.

Usage

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