Skip to content

Instantly share code, notes, and snippets.

@fueledbyboredom
Last active February 14, 2017 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fueledbyboredom/028f708da77a07076815b1cd8cd81a7d to your computer and use it in GitHub Desktop.
Save fueledbyboredom/028f708da77a07076815b1cd8cd81a7d to your computer and use it in GitHub Desktop.
Obscure WordPress Login Error Messages
<?php
function mwpf_login_obscure(){ return '<strong>Sorry</strong>: Think you have gone wrong somwhere!';}
add_filter( 'login_errors', 'mwpf_login_obscure' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment