wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_update_user › Les Actions WordPress

Depuis6.3.0
Dépréciéen/a
do_action( 'wp_update_user', $user_id, $userdata, $userdata_raw )
Paramètres: (3)
  • (int) $user_id The ID of the user that was just updated.
    Requis: Oui
  • (array) $userdata The array of user data that was updated.
    Requis: Oui
  • (array) $userdata_raw The unedited array of user data that was updated.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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