wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



allow_password_reset › WordPress Filter Hooks

Da2.7.0
Deprecaton/a
apply_filters( 'allow_password_reset', $allow, $user->ID )
Parametri: (2)
  • (bool) $allow Whether to allow the password to be reset. Default true.
    Richiesto:
  • (int) $user_id The ID of the user attempting to reset a password.
    Richiesto:
Definito a:
Codex:

Filters whether to allow a password to be reset.





Sorgenti

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