Hello, I am working on a project where we don't all of headings add to the TOC as they are not related.
The simple text looks like this. When the shortcode is processed it outputs a title.
[testshortcode header="Test Heading"]
<h2>1. Allgemeine Voraussetzungen</h2>
<h2>2. Fördertätigkeit</h2>
<h3>2.1 Werkbeiträge</h3>
My initial idea was to add a filter so that I could remove heading from $post_content before it was processed for heading. What do you think of adding a filter to line 150 of class-content-toc.php ?
Do you have another idea how I could exclude certain headings?
Hello, I am working on a project where we don't all of headings add to the TOC as they are not related.
The simple text looks like this. When the shortcode is processed it outputs a title.
My initial idea was to add a filter so that I could remove heading from
$post_contentbefore it was processed for heading. What do you think of adding a filter to line 150 of class-content-toc.php ?Do you have another idea how I could exclude certain headings?