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
| Type | Name | Description |
|---|---|---|
string | $output | Tree HTML. |
array | $args | Parsed arguments. |
array | $resolved | Resolved context (mode/product_id/section_id). |
Usage
add_filter( 'wzkb_section_tree_html', function($output, $args, $resolved) {
// ...
return $output;
} );