Uses
| Uses | Description |
|---|---|
| wp-includes/user.php: username_exists | Filters whether the given username exists or not. |
| wp-includes/pluggable.php: get_user_by() | Retrieve user info by a given field |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |