Hi,
I tried in every way to print the country string in main page (eg: echo $current_country_code )
does anyone know how it can be done?
I tested:
echo osc_country();
echo $country['pk_c_code'];
$current_country_code = $country['pk_c_code'];
also $codecountry= str_replace('http://', '', osc_country_url());
$codecountry = str_replace('.MYDomain', '', $codecountry); >>>>> no good