wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_set_password › WordPress Action Hooks

Seit6.7.0
Veraltetn/v
do_action( 'wp_set_password', $password, $user_id, $old_user_data )
Parameter: (3)
  • (string) $password The plaintext password just set.
    Erforderlich: Ja
  • (int) $user_id The ID of the user whose password was just set.
    Erforderlich: Ja
  • (WP_User) $old_user_data Object containing user's data prior to update.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the user password is set.





Quellcode

do_action( 'wp_set_password', $password, $user_id, $old_user_data );