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.
Parameters Parameters
- $user_id
-
(bool|WP_Error) True on success, WP_Error on failure.
- $user_login
-
(string) Login name requested by the user.
- $user_password
-
(string) Password requested by the user.
- $user_email
-
(string) Email address requested by the user.
- $usermeta
-
(array) Miscellaneous metadata about the user (blog-specific signup data, xprofile data, etc).
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.2 | Introduced. |