wordpress / latest / hooks / after_signup_user.html

do_action( 'after_signup_user', string $user, string $user_email, string $key, array $meta )

Fires after a user’s signup information has been written to the database.

Parameters

$user string
The user's requested login name.
$user_email string
The user's email address.
$key string
The user's activation key.
$meta array
Signup meta data. Default empty array.

Source

File: wp-includes/ms-functions.php. View all references

do_action( 'after_signup_user', $user, $user_email, $key, $meta );

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/after_signup_user