Fires after the user has been updated and emails have been sent.
$user_idint$userdataarray$userdata_rawarraywp-includes/user.php:2977wp_update_user() * @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. */ do_action( 'wp_update_user', $user_id, $userdata, $userdata_raw ); return $user_id;} /** * Provides a simpler way of inserting a user into the database.Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.