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