reset_password(
WP_User
$user
,
string
$new_pass
)
处理重置用户密码。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$user | (WP_User) | 必需 | 用户 |
$new_pass | (string) | 必需 | 明文用户的新密码 |
返回(Return)
无返回值
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/user.php:2452 | 0 | 5 |
reset_password(
WP_User
$user
,
string
$new_pass
)
处理重置用户密码。
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$user | (WP_User) | 必需 | 用户 |
$new_pass | (string) | 必需 | 明文用户的新密码 |
无返回值
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.5.0 | wp-includes/user.php:2452 | 0 | 5 |
之前