wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



username_exists › Filtr WordPress Hooks

Od4.9.0
Przestarzałyn/a
apply_filters( 'username_exists', $user_id, $username )
Parametry: (2)
  • (int|false) $user_id The user ID associated with the username, or false if the username does not exist.
    Wymagane: Tak
  • (string) $username The username to check for existence.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether the given username exists.





Źródło

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