wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



random_password › Filtr WordPress Hooks

Od5.3.0
Przestarzałyn/a
apply_filters( 'random_password', $password, $length, $special_chars, $extra_special_chars )
Parametry: (4)
  • (string) $password The generated password.
    Wymagane: Tak
  • (int) $length The length of password to generate.
    Wymagane: Tak
  • (bool) $special_chars Whether to include standard special characters.
    Wymagane: Tak
  • (bool) $extra_special_chars Whether to include other special characters.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the randomly-generated password.





Źródło

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