SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to remove all new lines in the page, use this fast code:
ob_start(function($b){ if(strpos($b, "<html")!==false) { return str_replace(PHP_EOL,"",$b); } else {return $b;} });