Advertisement
Guest User

Untitled

a guest
Dec 26th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * Obscure log in screen error messages
  3. */
  4. function wpfme_login_obscure(){ return '<strong>Oh no... </strong>It looks like the user name and password combination that you entered is wrong.';}
  5. add_filter( 'login_errors', 'wpfme_login_obscure' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement