Action hook 'wp_update_user'

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

Description

Fires after the user has been updated and emails have been sent.

Occurrences

Filename Line Number
wp-includes/user.php 2800

Parameters

Type Name Description
int $user_id The ID of the user that was just updated.
array $userdata The array of user data that was updated.
array $userdata_raw The unedited array of user data that was updated.

PHP Doc

/**
	 * Fires after the user has been updated and emails have been sent.
	 *
	 * @since 6.3.0
	 *
	 * @param int   $user_id      The ID of the user that was just updated.
	 * @param array $userdata     The array of user data that was updated.
	 * @param array $userdata_raw The unedited array of user data that was updated.
	 */