diff --git a/wp-content/themes/cosmopet/global-functions/multisite-functions.php b/wp-content/themes/cosmopet/global-functions/multisite-functions.php index f15043f..70b4810 100644 --- a/wp-content/themes/cosmopet/global-functions/multisite-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multisite-functions.php @@ -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) { }); +