Skip to content Skip to sidebar

Tagged: 

This topic contains 0 replies, has 1 voice.

Last updated by Altaf Hussain 3 months, 3 weeks ago.

Assisted by: Lucas Vidal de Andrade.

Author Posts
January 7, 2026 at 8:46 am #17708550

Altaf Hussain

i put the code but still my currancy symbol is not change add_filter( 'woocommerce_currencies', function( $currencies ) {
$currencies['SAR'] = '﷼';
return $currencies;
});

The topic ‘[Closed] currency symbol is not changing’ is closed to new replies.