register_new_user

register_new_user

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('register_new_user') is found 1 times:

  • /wp-includes/user.php line 3447
    	 * @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.
    

See this hook used in plugins: