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 Description


Parameters 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).


Top ↑

Source Source

File: bp-members/bp-members-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.2.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.