register_new_user, $user_id

register_new_user, $user_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('register_new_user, $user_id') is found 1 times:

  • /wp-includes/user.php line 3641
    	 * @since 4.4.0
    	 *
    	 * @param int $user_id ID of the newly registered user.
    	 */
    	do_action( 'register_new_user', $user_id );
    
    	return $user_id;
    }
    
    /**
     * Initiates email notifications related to the creation of new users.