Registration functions that should be added for BuddyPress
-
I think these functions should also be added for new BuddyPress users, but I don’t see a way to hook into newly registered users at the moment.
bp_core_new_user_activity( $new_user ); // adds "X became a rigistered member" to activity feed wp_new_user_notification( $new_user ); // emails admin that new user registered
See: https://www.generalthreat.com/2012/02/adding-externally-authenticated-users-to-buddypress/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Registration functions that should be added for BuddyPress’ is closed to new replies.