I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: A referral connection between users

dashed-slug.net Forums Faucet extension support A referral connection between users Reply To: A referral connection between users

#4348
alexg
Keymaster

A user M who is referred by user N would have a user meta value of wallets-faucet-referrer-id = N.

You could set this manually using wp-cli with:

wp-cli user meta set M wallets-faucet-referrer-id N

where M and N are WordPress user ids.

I would like to add a way to edit this via the admin interface in the future.