How to get user credits without HTML?
-
How can I get user credits (only the amount in digits) without the HTML code?
I tried this:
woo_wallet()->wallet->credit($user_id, $amount, $details);
But it outputs:
<span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>23.71</span>
I need it to output:
23.71
How can I do that?
Thank you for helping.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to get user credits without HTML?’ is closed to new replies.