Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nschaeferhoff/9098cd6cd2e9127a8db1626b3866ed89 to your computer and use it in GitHub Desktop.
Save nschaeferhoff/9098cd6cd2e9127a8db1626b3866ed89 to your computer and use it in GitHub Desktop.
function obscure_login_errors(){
return "That wasn't quite right...";
}
add_filter( 'login_errors', 'obscure_login_errors' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment