[ad_1]
I am developing a theme, and it is adding
<style id='core-block-supports-inline-css' type='text/css'>
/**
* Core styles: block-supports
*/
</style>inside the body through wp_footer() which is called one line above </body>
How can I remove this style tag?
Why is it doing so? Style tags don’t belong to the body, it is invalid HTML.`
- This topic was modified 3 hours, 59 minutes ago by .
