wzkb_toc()
Output the table of contents for a knowledge base article.
Since: 3.0.0
Source: includes/functions.php line 225
Signature
function wzkb_toc( $content = ..., $args = ... );
Parameters
| Type | Name | Description |
|---|---|---|
string | $content | Post content to parse. Defaults to current post content. |
array | $args | Optional arguments. See TOC::process_content() for accepted keys. |