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



username_exists › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'username_exists', $user_id, $username )
Parameter: (2)
  • (int|false) $user_id The user ID associated with the username, or false if the username does not exist.
    Erforderlich: Ja
  • (string) $username The username to check for existence.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the given username exists.





Quellcode

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