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.
1 2 3 | global $WPCS; echo $WPCS->default_currency; //will print for example 'EUR' |
