WPCS - WordPress Currency Switcher Professional

$WPCS->default_currency

This is not a function – this is an important variable in the plugin main class WPCS, and its always equal to default currency which is predefined in the plugin settings.

global $WPCS;
echo $WPCS->default_currency;
//will print for example 'EUR'