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



wp_authenticate_user › WordPress Filter Hooks

Seit2.5.0
Veraltetn/v
apply_filters( 'wp_authenticate_user', $user, $password )
Parameter: (2)
  • (WP_User|WP_Error) $user WP_User or WP_Error object if a previous callback failed authentication.
    Erforderlich: Ja
  • (string) $password Password to check against the user.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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