| @@ -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 |