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



wp_authenticate_user › WordPress Filter Hooks

Da2.5.0
Deprecaton/a
apply_filters( 'wp_authenticate_user', $user, $password )
Parametri: (2)
  • (WP_User|WP_Error) $user WP_User or WP_Error object if a previous callback failed authentication.
    Richiesto:
  • (string) $password Password to check against the user.
    Richiesto:
Definito a:
Codex:

Filters whether the given user can be authenticated with the provided password.





Sorgenti

$user = apply_filters( 'wp_authenticate_user', $user, $password );