This function created to define what currency is "welcome" in WPCS settings.
1 2 3 | global $WPCS; $welcome_currency=$WPCS->get_welcome_currency(); echo $welcome_currency; |
Welcome currency is currency which will be set for the first visit of any unique visitor.
