do_action( 'bp_core_signup_user', bool|WP_Error $user_id , string $user_login , string $user_password , string $user_email , array $usermeta )
Fires at the end of the process to sign up a user.
Description
Parameters
- $user_id
-
True on success, WP_Error on failure.
- $user_login
-
Login name requested by the user.
- $user_password
-
Password requested by the user.
- $user_email
-
Email address requested by the user.
- $usermeta
-
Miscellaneous metadata about the user (blog-specific signup data, xprofile data, etc).
Source
Changelog
Version | Description |
---|---|
BuddyPress 1.2.2 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.