wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



random_password › WordPress Filter Hooks

Seit5.3.0
Veraltetn/v
apply_filters( 'random_password', $password, $length, $special_chars, $extra_special_chars )
Parameter: (4)
  • (string) $password The generated password.
    Erforderlich: Ja
  • (int) $length The length of password to generate.
    Erforderlich: Ja
  • (bool) $special_chars Whether to include standard special characters.
    Erforderlich: Ja
  • (bool) $extra_special_chars Whether to include other special characters.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the randomly-generated password.





Quellcode

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