From a6b8b68effbd06bb809f96d38930c799acf0f186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9EAndrei?= Date: Mon, 26 May 2025 10:25:30 +0300 Subject: [PATCH] fix --- .../themes/cosmopet/global-functions/multisite-functions.php | 2 ++ 1 file changed, 2 insertions(+) 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) { }); +