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



username_exists › Les Filtres WordPress

Depuis4.9.0
Dépréciéen/a
apply_filters( 'username_exists', $user_id, $username )
Paramètres: (2)
  • (int|false) $user_id The user ID associated with the username, or false if the username does not exist.
    Requis: Oui
  • (string) $username The username to check for existence.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether the given username exists.





Source

return apply_filters( 'username_exists', $user_id, $username );