do_action( ‘pre_network_site_new_created_user’, string $email )

In this article

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

Parameters

$emailstring
Email of the non-existent user.

Source

do_action( 'pre_network_site_new_created_user', $email );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.