edit_user_created_user – action

Fires after a new user has been created. 

Parameters

.
( 4.4.0 ) . .
$user_id
( int|WP_Error ) ID of the newly created user or WP_Error on failure. . . .
( string ) $notify Type of notification that should happen. See wp_send_new_user_notifications() for more information. . . .
API Letters: ,,

Implementers