ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thanks Bro ❤❤
Stay safe! Super thanks for watching and sharing the love! Lots more videos with at:tinyurl.com/AnthonyTutorr
HELLO ANTHONYi dill all this stepd but it still showing the same symbol in woocomerce, moroccan dirham(د.م) i need help please
/** * Change a currency symbol */add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'MAD': $currency_symbol = 'د.م'; break; } return $currency_symbol;}
use this code Snippet. i tested and its will work! Need more help plz kindly msg my FB pageweb.facebook.com/anthonytutorials
@@anthonytutorials thank you very much antony i will try it
@@anthonytutorials Thank you so much
Hi I want to change uae emirati symbol into AED. Plz help me i tried all methods but not changing.
Thanks Bro ❤❤
Stay safe! Super thanks for watching
and sharing the love! Lots more videos with at:
tinyurl.com/AnthonyTutorr
HELLO ANTHONY
i dill all this stepd but it still showing the same symbol in woocomerce, moroccan dirham(د.م) i need help please
/**
* Change a currency symbol
*/
add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
function change_existing_currency_symbol( $currency_symbol, $currency ) {
switch( $currency ) {
case 'MAD': $currency_symbol = 'د.م'; break;
}
return $currency_symbol;
}
use this code Snippet. i tested and its will work! Need more help plz kindly msg my FB page
web.facebook.com/anthonytutorials
@@anthonytutorials thank you very much antony i will try it
@@anthonytutorials Thank you so much
Hi I want to change uae emirati symbol into AED. Plz help me i tried all methods but not changing.