register_new_user, $user_id
register_new_user, $user_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_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.