$WPCS->reset_currency()
This function reset current selected currency to default currency
global $WPCS; $WPCS->reset_currency();
You can use it by your own logic for any customization …
This function reset current selected currency to default currency
global $WPCS; $WPCS->reset_currency();
You can use it by your own logic for any customization …