network_site_users_created_user WordPress Action Hook

The network_site_users_created_user hook is triggered when a new user is created on a site in a multisite network. This hook can be used to perform custom actions when a new user is created, such as sending an email or creating a user profile.

do_action( 'network_site_users_created_user', int $user_id ) #

Fires after a user has been created via the network site-users.php page.


Parameters

$user_id

(int)ID of the newly created user.


Top ↑

Source

File: wp-admin/network/site-users.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.