PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.2.6
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.2.6
4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 3.5.2 All 199 releases
← All changes | includes/Shortcodes/ToC.php +0 -1 4.9.14.2.6 View file →
@@ -60,9 +60,8 @@
60 60 $use_full_filter = apply_filters( 'betterdocs_toc_use_full_content_filter', false );
61 61
62 62 if ( $use_full_filter ) {
63 63 // Use the full content filter if explicitly enabled
64 - // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- intentional WP core filter integration to render content as the platform would.
65 64 return apply_filters( 'the_content', $content );
66 65 }
67 66
68 67 // Apply only essential content processing filters that handle special characters