pre_network_site_new_created_user WordPress Action Hook

The pre_network_site_new_created_user hook is called before a new user is created for a site on a multisite network.

do_action( 'pre_network_site_new_created_user', string $email ) #

Fires immediately before a new user is created via the network site-new.php page.


Parameters

$email

(string)Email of the non-existent user.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
4.5.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.