## Is your feature request related to a problem? <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> It's not a good habit to have to keep adding `phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped` before my `echo do_blocks( ... );` ## Describe the solution you'd like <!-- A clear and concise description of what you want to happen. Any (sniff) feature request/suggestion should be accompanied by code samples of what should be detected. And preferably also code samples of code which shouldn't be flagged. --> I'd like `do_blocks` added to [the `$autoEscapedFunctions` list](https://github.com/WordPress/WordPress-Coding-Standards/blob/38168bc542ec3565c04f2a88498a2024cdfd9ba1/WordPress/Helpers/EscapingFunctionsTrait.php#L100-L171), just like `do_shortcode` is. ## Additional context (optional) <!-- Add any other context or screenshots about the feature request here. --> - [x] I intend to create a pull request to implement this feature.