wpseek.com
WordPress开发者和主题制作者的搜索引擎



random_password › WordPress过滤钩子

Since5.3.0
已弃用n/a
apply_filters( 'random_password', $password, $length, $special_chars, $extra_special_chars )
参数: (4)
  • (string) $password The generated password.
    Required: Yes
  • (int) $length The length of password to generate.
    Required: Yes
  • (bool) $special_chars Whether to include standard special characters.
    Required: Yes
  • (bool) $extra_special_chars Whether to include other special characters.
    Required: Yes
定义在:
文档:

Filters the randomly-generated password.





源码

return apply_filters( 'random_password', $password, $length, $special_chars, $extra_special_chars );