Codex tools: Log in
Contents |
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).
This hook is located in `/wp-includes/user.php`, near the end of `wp_insert_user()`