Wordpress Remove error messages from the login screen – WordPress December 21, 2011 Pramod T P Leave a comment Add the below given code in “functions.php” of the curren template folder add_filter(‘login_errors’,create_function(‘$a’, “return null;”));