Action hook 'network_site_users_created_user'

in WP Core File wp-admin/network/site-users.php at line 88

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.
						 */