Created
May 30, 2013 21:07
-
-
Save adapicom/5681247 to your computer and use it in GitHub Desktop.
Disable "wrong username" and "wrong password" text on wp-login.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('login_errors',create_function('$a', "return null;")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment