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

Fires immediately after an existing user is updated.


Description Description


Parameters Parameters

$user_id

(int) User ID.

$old_user_data

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


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.