[buddypress-trac] [BuddyPress] #4385: Add hook into Add New Member Process
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jul 27 13:32:54 UTC 2012
#4385: Add hook into Add New Member Process
-------------------------+------------------------------
Reporter: frank13 | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Members | Version: 1.5.6
Severity: normal | Resolution: invalid
Keywords: |
-------------------------+------------------------------
Comment (by frank13):
Mainly to help anyone that looks here and tries to take away that
`bp_core_signup_user` is the solution...well, it isn't.
In my plugin I simply replaced:
`add_action('user_register', 'rebuildAuthUsers'); // rebuild the
authorized user list anytime a new user is created through WordPress`
with:
`add_action('bp_core_signup_user', 'rebuildAuthUsers'); // rebuild the
authorized user list anytime a new user is created through BuddyPress`
It did not intercept the registration process and launch my function.
Still digging...
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4385#comment:9>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list