do_action( ‘wpmu_activate_user’, int $user_id, string $password, array $meta )

In this article

Fires immediately after a new user is activated.

Parameters

$user_idint
User ID.
$passwordstring
User password.
$metaarray
Signup meta data.

Source

$user_id = wpmu_create_user( $signup->user_login, $password, $signup->user_email );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

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