W3cubDocs

/WordPress

do_action( 'profile_update', int $user_id, WP_User $old_user_data )

Fires immediately after an existing user is updated.

Parameters

$user_id

(int) User ID.

$old_user_data

(WP_User) Object containing user's data prior to update.

Source

File: wp-includes/user.php

View on Trac

Changelog

Version Description
2.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/profile_update