Question about integrating with BuddyPress registration /register
-
Built a custom registration plugin for a client, only to realize that they have BuddyPress running. My registration hooks aren’t working (haha) mostly because I think BuddyPress has taken over the process. In this plugin, I prompt the user to enter information in about their gender, current country, and most important category of content, then i store all that info in wp_usermeta.
Would it be best to just trash what I have and use BuddyPress for this information, and if so, will BuddyPress let me do this kind of thing? Or can I just run my stuff by attaching to the appropriate BuddyPress hook instead of register_form (for the register form) and user_register (for adding info to the wp_usermeta table…
Thanks for your advice on this one.
- The topic ‘Question about integrating with BuddyPress registration /register’ is closed to new replies.