check_passwords

最后更新于:2021-11-25 23:17:01

do_action_ref_array( ‘check_passwords’, string $user_login, string $pass1, string $pass2 )

Fires before the password and confirm password fields are checked for congruity.

参数

$user_login

(string)
The username.

$pass1

(string)
The password (passed by reference).

$pass2

(string)
The confirmed password (passed by reference).

源文件

文件: gc-admin/includes/user.php

View on Trac