Getting Custom User Fields in Plugin
I am currently trying to make a plugin which checks a custom userfield against an external database during registration (register_addmember_process hook) and if the database does not contain the field the registration is denied. I have done 90% of it just I am unable to find out how to get custom userfields during registration. How can this be done?
|