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



application_password_did_authenticate › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'application_password_did_authenticate', $user, $item )
Parameter: (2)
  • (WP_User) $user The user who was authenticated.
    Erforderlich: Ja
  • (array) $item The application password used.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after an application password was used for authentication.





Quellcode

do_action( 'application_password_did_authenticate', $user, $item );