inovve

Hiding Login Hints in WordPress

Oct 31st, 2020
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function no_wordpress_errors(){
  2. return 'Something is wrong!';
  3. }
  4. add_filter( 'login_errors', 'no_wordpress_errors' );
Add Comment
Please, Sign In to add comment