username_exists

username_exists

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('username_exists') is found 1 times:

  • /wp-includes/user.php line 2000
    1996
    1997
    1998
    1999
    2000
    2001
    2002
    2003
    2004
    2005
    2006
         * @param int|false $user_id  The user ID associated with the username,
         *                            or false if the username does not exist.
         * @param string    $username The username to check for existence.
         */
        return apply_filters( 'username_exists', $user_id, $username );
    }
     
    /**
     * Determines whether the given email exists.
     *
     * For more information on this and similar theme functions, check out