How to eliminate the Web Address / Web Link textbox from comment forms
You made a mistake when put your functions.php file into mu-plugins directory. Why? Because your file rendered above is not a plugin, it is just a script. WordPress looks for a plugin inside mu-plugins directory. So you have to do one of two things: Add plugin header into functions.php file Move functions.php file into your … Read more