User Coin Address
-
Hi Alex,
I want to get the logged-in user’s coin address for a variable to pass to a form.
I am on a page, with a coin variable (BTC / ETH / BCH), and I want to use that variable to get the users address for that coin.
Like:
$deposit_address = apply_filters( ‘wallets_api_deposit_address’, ”, array(
‘symbol’ => $atts[‘symbol’],
‘user_id’ => $atts[‘user_id’],
) );$deposit_address
How do I get this done ?
Graeme
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘User Coin Address’ is closed to new replies.