Description
Fires after a user has been created via the network site-users.php page.
Occurrences
Filename | Line Number |
---|---|
wp-admin/network/site-users.php | 88 |
Parameters
Type | Name | Description |
---|---|---|
int | $user_id | ID of the newly created user. |
PHP Doc
/**
* Fires after a user has been created via the network site-users.php page.
*
* @since 4.4.0
*
* @param int $user_id ID of the newly created user.
*/