wzkb_toc
Filters the TOC HTML output.
Type: filter
Since: 3.0.0
Source: includes/frontend/class-toc.php line 286
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | TOC HTML. |
array | $headings | Headings array. |
array | $args | Arguments. |
Usage
add_filter( 'wzkb_toc', function($output, $headings, $args) {
// ...
return $output;
} );