Action hook 'register_new_user'

in WP Core File wp-includes/user.php at line 3483

Description

Fires after a new user registration has been recorded.

Occurrences

Filename Line Number
wp-includes/user.php 3483

Parameters

Type Name Description
int $user_id ID of the newly registered user.

PHP Doc

/**
	 * Fires after a new user registration has been recorded.
	 *
	 * @since 4.4.0
	 *
	 * @param int $user_id ID of the newly registered user.
	 */