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



allow_password_reset › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'allow_password_reset', $allow, $user->ID )
Parameter: (2)
  • (bool) $allow Whether to allow the password to be reset. Default true.
    Erforderlich: Ja
  • (int) $user_id The ID of the user attempting to reset a password.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to allow a password to be reset.





Quellcode

return apply_filters( 'allow_password_reset', $allow, $user->ID );