Remove HTML Comments with PHP

When it comes to sending content to users, I’m of the belief that less is more.  There’s no reason for HTML comments to be sent down to the user — they simply bloat the payload.  I remove unwanted HTML comments within my WordPress theme, so I thought I’d share the regex that does it: // … Continue reading Remove HTML Comments with PHP