Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Problem with login form message

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles