Fires immediately after a new user is activated.
Parameters
$user_id
int- User ID.
$password
string- User password.
$meta
array- Signup meta data.
Source
do_action( 'wpmu_activate_user', $user_id, $password, $meta );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.