wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_update_user › WordPress Action Hooks

Since6.3.0
Deprecatedn/a
do_action( 'wp_update_user', $user_id, $userdata, $userdata_raw )
Parameters: (3)
  • (int) $user_id The ID of the user that was just updated.
    Required: Yes
  • (array) $userdata The array of user data that was updated.
    Required: Yes
  • (array) $userdata_raw The unedited array of user data that was updated.
    Required: Yes
Defined at:
Codex:

Fires after the user has been updated and emails have been sent.





Source

do_action( 'wp_update_user', $user_id, $userdata, $userdata_raw );