André Amorim
Crafting Web Experiences
Home » WordPress Security & Hardening » Custom login error messages
//
<?php add_filter( 'login_errors', function ($error) { // Edit the line below to customize the message. return 'Something is wrong!'; } );
Published date:
Modified date: