Recent

wzkb_section_tree_html filter Pro only

wzkb_section_tree_html

Filters the rendered section tree HTML.

Type: filter
Since: 3.1.0
Source: includes/frontend/class-section-tree.php line 147

Parameters

TypeNameDescription
string$outputTree HTML.
array$argsParsed arguments.
array$resolvedResolved context (mode/product_id/section_id).

Usage

add_filter( 'wzkb_section_tree_html', function($output, $args, $resolved) {
    // ...
    return $output;
} );