wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



username_exists › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'username_exists', $user_id, $username )
Parametri: (2)
  • (int|false) $user_id The user ID associated with the username, or false if the username does not exist.
    Richiesto:
  • (string) $username The username to check for existence.
    Richiesto:
Definito a:
Codex:

Filters whether the given username exists.





Sorgenti

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