WPCS - WordPress Currency Switcher Professional

$WPCS->current_currency

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

global $WPCS;
echo $WPCS->current_currency;
//will print for example 'USD'