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



password_needs_rehash › WordPress Filter Hooks

Seit6.8.0
Veraltetn/v
apply_filters( 'password_needs_rehash', $needs_rehash, $hash, $user_id )
Parameter: (3)
  • (bool) $needs_rehash Whether the password hash needs to be rehashed.
    Erforderlich: Ja
  • (string) $hash The password hash.
    Erforderlich: Ja
  • (string|int) $user_id Optional. ID of a user associated with the password.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the password hash needs to be rehashed.





Quellcode

return apply_filters( 'password_needs_rehash', $needs_rehash, $hash, $user_id );