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

Filters whether the given username exists or not.


Description Description


Parameters Parameters

$user_id

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

$username

(string) Username to check.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.