graemeconradie
Forum Replies Created
-
Hi Renee,
Yes thank you, everything has been behaving very nicely since the update.
Hi James,
I had no issues ito Site Health, and no I am not inserting the code anywhere else.
But, I did see you released an update, and I did update last night.
It seems fine now, your numbers are aligned with mine.
Do you have a better, private feedback area for Site Kit, or only this public space ?
Regards
Graeme
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] User Coin AddressMy apologies Alex,
I found the API documentation.
PHP API — Collection of WordPress actions and filters that can be used to interact with the wallets via PHP code. The PHP API is documented using phpDoc. The JSON API utilizes this PHP API.
$deposit_address = apply_filters( ‘wallets_api_deposit_address’, ”, array( ‘symbol’ => ‘BTC’ ) );`
$deposit_address = apply_filters( ‘wallets_api_deposit_address’, ”, array(
‘symbol’ => ‘LTC’,
‘user_id’ => 2,
‘check_capabilities’ => true,
‘force_new’ => true,
) );Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] No currencies are currently enabled.Thank you so much Alex, you are a rock star !
.. and thank you for helping so quickly.
Graeme
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Bitcoin Cash Address with prefix ..“CashAddr” is the name of the new Bitcoin Cash address format, which is heavily influenced by SegWit Bech32 format.
The format is consisting of a prefix (bitcoincash, bchtest or bchreg), a seperator (always :), and a 42 character payload.
TIP: P2PKH starts with q while P2SH starts with p
Currently it’s compatible with all Bitcoin Cash wallets and services except a few.
The address format can be converted to the old format using cashaddr.bitcoincash.org if your wallet is not compatible.
Forum: Plugins
In reply to: [Bitcoin and Altcoin Wallets] Balances / TransactionsAlex,
Thanks for clearing this up. There is one thing we need to do though, and that is to query the blockchain for a current balance of the wallet addresses.
I have a process where I allow my users to purchase currency with a credit card. This balance would then not show inside the wallet, and that is not going to work.
I guess this is going to be a problem for everyone out there.
Does it make sense ?
Graeme
Forum: Plugins
In reply to: [Custom Content Shortcode] BP Displayed User ID PostsThank you very much @peterpolow. What I’ve actually done is use the Load File function – [load file=includes/user-homes.php], then used < ?php echo bp_displayed_user_id(); ? >, this way I can keep it simple, keep the includes structured, and organised. So much you can do with this ?? !
Forum: Plugins
In reply to: [WP Night Mode] Night mode as defaultYou are a superstar ??
Forum: Plugins
In reply to: [WP Night Mode] Night mode as defaultHey Marko,
I’m not looking for a setting in the customizer to do this, adding the function you use in the click event will also do, just steer me in the right direction.
Thanks for writing this BTW, work like a charm ??
Graeme