Apr 15, 2020 · 4 min read
function wps_obscure_login_errors() {
return 'Sorry little dude, please try again!';
}
add_filter('login_errors', 'wps_obscure_login_errors');
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.