Error Nachricht bei Login ausblenden
function no_wordpress_errors(){ return 'Ups!'; } add_filter( 'login_errors', 'no_wordpress_errors' );