|
|
|
@ -7,6 +7,7 @@ function change_aed_currency_symbol($currency_symbol, $currency) { |
|
|
|
|
$currency_symbol = 'AED'; |
|
|
|
|
} |
|
|
|
|
return $currency_symbol; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
add_filter('timber/context', function($context) { |
|
|
|
@ -19,3 +20,4 @@ add_filter('timber/context', function($context) { |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|