lostpassword_errors
最后更新于:2021-11-27 05:10:13
apply_filters( ‘lostpassword_errors’, GC_Error $errors, GC_User|false $user_data )
Filters the errors encountered on a password reset request.
参数
- $errors
-
(GC_Error)
A GC_Error object containing any errors generated by using invalid credentials. - $user_data
-
(GC_User|false)
GC_User object if found, false if the user does not exist.
源文件
文件: gc-includes/user.php