3654* Fires after a newuser registration has been recorded.3655*3656* @since 4.4.03657*3658* @param int$user_idID of the newly registered user.3659*/3660do_action('register_new_user',$user_id);36613662return$user_id;3663}36643665/**3666* Initiates email notifications related to the creation of newusers.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.