Skip to content

Instantly share code, notes, and snippets.

@adapicom
Created May 30, 2013 21:07
Show Gist options
  • Save adapicom/5681247 to your computer and use it in GitHub Desktop.
Save adapicom/5681247 to your computer and use it in GitHub Desktop.
Disable "wrong username" and "wrong password" text on wp-login.php
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