I would like to change the message “You are now logged out.”, when the user logs out.
Is there any hook that I can use to modify it?
I’ve tried using login_message
or login_error
filter but does not work.
I don’t want to modify wp-login.php
.
You need to add this code in your functions.php
Replace custom message with your message
Use filter login_messages not login_message
Improving on brasofilo’s answer:
Code: