Hi @ornibacom,
Thanks for your suggestion.
Please send us a screenshot of where you want to change, then we will discuss this.
Kind regards,
Harry
-
This reply was modified 3 years, 8 months ago by
Harry.
Hi @ornibacom,
We don’t know what it means when you say: I need to make this change with “Say What? plugin”.
Do you just want to make a simple change like :
https://monosnap.com/file/ej4tkyFOY0ASe0NDkKP26AccpN1vNp
or is there something else that we don’t know? Please be more specific.
Kind regards,
Harry
Hello,
“United States dollar” is too long.
I want to abbreviate it as “US Dollar”.
How can I do it?
Our developer is checking for you, we will be back with an answer soon.
Please be patient.
Kelly
Hi @ornibacom,
Our developer’s searching for it and we will respond as soon as possible.
Kind regards,
Harry
Hi @ornibacom,
Thanks for your patience.
Let us guide you how to change the text.
Please download this version by following the link below:
https://www.dropbox.com/s/fo9wqzhrsv8l9ud/yaycurrency-lite.zip?dl=1
Then, please add these lines of code into file functions.php of your theme:
add_filter( 'yaycurrency_list_woo_currencies', 'custom_usdollar_text' );
function custom_usdollar_text( $list_currencies ) {
$list_currencies['USD'] = 'US dollar';
return $list_currencies;
}
And let us know if it works for you.
Thank you.
Kind regards,
Harry
-
This reply was modified 3 years, 8 months ago by
Harry.
Thanks @harrywpsp.
The code works fine.
best regards
Hi @ornibacom,
Glad to hear that.
If it’s possible, can you leave the plugin a 5-star rating? https://ww.wp.xz.cn/plugins/yaycurrency/#reviews
Your review will motivate us to develop more work and have awesome customers like you.
Kind regards,
Harry