random_password
最后更新于:2021-11-27 21:39:17
apply_filters( ‘random_password’, string $password, int $length, bool $special_chars, bool $extra_special_chars )
Filters the randomly-generated password.
参数
- $password
-
(string)
The generated password. - $length
-
(int)
The length of password to generate. - $special_chars
-
(bool)
Whether to include standard special characters. - $extra_special_chars
-
(bool)
Whether to include other special characters.
源文件
文件: gc-includes/pluggable.php