This question already exists: How to hide all html comments like <!-- --> from my website Asteroid Theme [closed] Closed 5 years ago.admin管理员组文章数量:1389968
How to hide unwanted HTML Comment from website.
This question already exists: How to hide all html comments like <!-- --> from my website Asteroid Theme [closed] Closed 5 years ago.How to hide unwanted HTML Comment from website.
Share Improve this question asked Feb 14, 2020 at 18:13 MontoshMontosh 1 5 |1 Answer
Reset to default 0Even when Wordpress is actually hiding comments in your source code by instant, it could be possible that plugins or yourself put other comments into your code. However that happened, you can delete them manually from your Theme / Child-Theme or minify the HTML-Code. A Plugin like Autoptimize will help your minify the HTML-Code and deleting all comments.
本文标签: How to hide unwanted HTML Comment like lt xxxxgt in website
版权声明:本文标题:How to hide unwanted HTML Comment like <!-- xxxx--> in website 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744746999a2622942.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
<!--
and manually delete them all. But as others told you, what is the point since they are not displayed on the webpage? – Patrice Poliquin Commented Feb 14, 2020 at 20:27