Do you see something related to semicolon (
?
osc_item_country_code() => null
osc_premium_country_code() => null
Thank you very much for replying. Yes, i could see the semicolon related to the above code in functions.php file.
( by the way, what i know semicolon is referring to this sign " ; "
Below are the line that contain " osc_item_country_code "
$loc = array_filter(array(osc_item_city(), osc_item_region(), osc_item_country_code()));
____________________
$loc = array_filter(array(osc_item_city(), (osc_item_city() == '' ? osc_item_region() : ''), osc_item_country_code()));
____________________
if(osc_item_country_code() > 0) {
___________________
$array['sCountry'] = osc_item_country_code();
While for " osc_premium_country_code " :
$loc = array_filter(array(osc_premium_city(), (osc_premium_city() == '' ? osc_premium_region() : ''), osc_premium_country_code()));
_________
if(osc_premium_country_code() > 0) {
_________
$array['sCountry'] = osc_premium_country();
( i draw the line to separate each of them)
How should i edit (also which one) so that i can replace them as per code you have provided :
osc_item_country_code() => null
osc_premium_country_code() => null
Thank you very much
Edit (8/1/2023)
- finally, after few days i able to follow your instructions. Thank you very much mb theme @osclasspoint.com. i am so grateful. so many thanks to all of you mb theme developer.