This is not a function - this is an important variable in the plugin main class WPCS, and its always equal to the current selected currency which actual on the front of the site
1 2 3 | global $WPCS; echo $WPCS->current_currency; //will print for example 'USD' |
