Problem with login form message
-
Hello,
I’m trying to translate the login form message and coupon form to my language and it’s not working. I’ve already used plugins to translate, edited the php files and also added the following code with code snippets:
add_filter( ‘woocommerce_checkout_logged_in_message’, function($message) {
return ‘message’;
});but the messages remain the same… Is there any update I can do to see these changes?
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem with login form message’ is closed to new replies.