password_reset_key_expired

最后更新于:2021-11-27 13:58:25

apply_filters( ‘password_reset_key_expired’, GC_Error $return, int $user_id )

Filters the return value of check_password_reset_key() when an old-style key is used.

参数

$return

(GC_Error)
A GC_Error object denoting an expired key. 响应 a GC_User object to validate the key.

$user_id

(int)
The matched user ID.

源文件

文件: gc-includes/user.php

View on Trac