This function can return any WPCS storage value, current currency for example.
1 2 | global $WPCS; echo $WPCS->storage->get_val('wpcs_current_currency'); |
All values which can be get by this function installed in the WPCS storage by the next function: $WPCS->storage->set_val().
