Is this related to the mycred extension that UM offers or something else?
Thanks!
hi
no. If i understand this right, the mycred extention ist only responsible for showing mycred information in the frondend or giving points for things like updating profile information.
I use the mycred “Points for referrals” hook. It works with the standard wp-registration but not with your front end registration.
I guess, mycred is hooking somehow into the registration form to save the referral information. This hook probably doesn’t work with a custom form like yours.
Do you know how to fix this?
Yes, our own registration/login uses UM action hooks, that’s possibly why you are getting this issue. UM login/registration have many hooks you can ask the mycred author where should add a filter to make it support referral hooks.
@MasterOfWeb,
Did you figure out a solution?
Thanks,
Tom
You can hook in UM registration to do whatever you want. See core/um-actions-register.php
For someone who doesn’t write PHP scripts, can you help with the exact code that needs to be added to core/um-actions-register.php?