W3cubDocs

/WordPress

do_action( 'edit_user_created_user', int $user_id, string $notify )

Fires after a new user has been created.

Parameters

$user_id

(int) ID of the newly created user.

$notify

(string) Type of notification that should happen. See wp_send_new_user_notifications() for more information on possible values.

Source

File: wp-admin/includes/user.php

View on Trac

Changelog

Version Description
4.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/edit_user_created_user