wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



random_password › Les Filtres WordPress

Depuis5.3.0
Dépréciéen/a
apply_filters( 'random_password', $password, $length, $special_chars, $extra_special_chars )
Paramètres: (4)
  • (string) $password The generated password.
    Requis: Oui
  • (int) $length The length of password to generate.
    Requis: Oui
  • (bool) $special_chars Whether to include standard special characters.
    Requis: Oui
  • (bool) $extra_special_chars Whether to include other special characters.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the randomly-generated password.





Source

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