application_password_did_authenticate

application_password_did_authenticate

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('application_password_did_authenticate') is found 1 times:

  • /wp-includes/user.php line 465
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
         *
         * @param WP_User $user The user who was authenticated.
         * @param array   $item The application password used.
         */
        do_action( 'application_password_did_authenticate', $user, $item );
     
        return $user;
    }
     
    $error = new WP_Error(
        'incorrect_password',