allow_password_reset
最后更新于:2021-11-25 20:25:48
apply_filters( ‘allow_password_reset’, bool $allow, int $ID )
Filters whether to allow a password to be reset.
参数
- $allow
-
(bool)
Whether to allow the password to be reset. Default true. - $ID
-
(int)
The ID of the user attempting to reset a password.
源文件
文件: gc-includes/user.php