yeahhub

Change Login Error Message Wordpress

Jun 16th, 2018
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. /**
  2. * Change Login Error (Powered by yeahhub.com)
  3. */
  4.  
  5. function no_wordpress_errors(){
  6.   return 'Whoopsie! Please check again.';
  7. }
  8. add_filter( 'login_errors', 'no_wordpress_errors' );
Add Comment
Please, Sign In to add comment