Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function ps_disable_login_errors(){ return ''; // or you can try return null } add_filter( 'login_errors', 'ps_disable_login_errors' );
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!