do_action( ‘network_site_users_created_user’, int $user_id )

In this article

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

Parameters

$user_idint
ID of the newly created user.

Source

do_action( 'network_site_users_created_user', $user_id );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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