Hey There,
I know using woo_wallet()->wallet->get_wallet_balance( get_current_user_id() ) we will get its link and amount.
using this we will get the balance amount,
get_user_meta($umuser_id, ‘_current_woo_wallet_balance’, true);
Is there any other way to get user balance. I fount some issues with _current_woo_wallet_balance while using with withdraw plugin.
Thanks,
Ullas