How to disable search function

How can I remove search function (website.com/?s=) in WordPress? Add this script to your functions file or plugin: <?php /** * Redirect Search to … [+]

Remove all comments in source code

How can I remove all comments from source code? Whether for performance reasons (less lines of code) or confidentiality reasons (hiding commented … [+]