Codex

Plugin API/Action Reference/profile update

Contents

Description

This hook allows you to access data for a user immediately after their database information is updated. Two arguments are passed to functions using this hook: "user_id" (int) and "old_user_data" (object).

Location

This hook is located in `/wp-includes/user.php`, near the end of `wp_insert_user()`

Example

Related

This page is marked as incomplete. You can help Codex by expanding it.