Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hey @mohhamedion,

    Yes you can. Please add this custom snippet to your theme’s functions.php or a custom plugin.

    add_filter( 'loggedin_error_message', function( $message ) {
    	return 'Your custom message';
    });

    What is the default message?

    Because what I see is something similar to “username or password not correct”.

    Hello,

    I added the code above to my functions.php file in my child theme.

    No change.

    The message remains: Incorrect username or password. Please try again.

    Kindly advise, thanks

    Regards,

    Hello,

    May you kindly advise?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can i change the message in the login page?’ is closed to new replies.