application_password_failed_authentication

动作钩子


do_action( 'application_password_failed_authentication', $error )
参数
  • (WP_Error)
    $error
    The authentication error.
    Required:
定义位置
  • wp-includes/user.php
    , line 382
引入
5.6.0
弃用

Fires when an application password failed to authenticate the user.

do_action( 'application_password_failed_authentication', $error );