Fires immediately after a new user is activated.
Parameters
$user_idint- User ID.
$passwordstring- User password.
$metaarray- 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.