André Amorim

Crafting Web Experiences

//

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: