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

In this article

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

Parameters

$userstring
The user’s requested login name.
$user_emailstring
The user’s email address.
$keystring
The user’s activation key.
$metaarray
Signup meta data. Default empty array.

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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