| @@ -60,8 +60,9 @@ | ||
| 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. | |
| 64 | 65 | return apply_filters( 'the_content', $content ); |
| 65 | 66 | } |
| 66 | 67 | |
| 67 | 68 | // Apply only essential content processing filters that handle special characters |