apply_filters( 'username_exists', int|false $user_id, string $username )

Filters whether the given username exists or not.


Parameters

$user_id

(int|false) The user's ID on success, and false on failure.

$username

(string) Username to check.


Source

File: wp-includes/user.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.9.0 Introduced.