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



wp_set_password › WordPress Action Hooks

Seit6.2.0
Veraltetn/v
do_action( 'wp_set_password', $password, $user_id )
Parameter: (2)
  • (string) $password The plaintext password just set.
    Erforderlich: Ja
  • (int) $user_id The ID of the user whose password was just set.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the user password is set.





Quellcode

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