pull/29/head
„Andrei 3 months ago
parent 5964b822e8
commit a6b8b68eff
  1. 2
      wp-content/themes/cosmopet/global-functions/multisite-functions.php

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

Loading…
Cancel
Save