Hide Login Error message
-
Hi,
how can I hide the error messages in the login area?
add_filter('login_errors', create_function('$a', 'return null;'));
does not work!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hide Login Error message’ is closed to new replies.