username_exists

username_exists

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('username_exists') is found 1 times:

  • /wp-includes/user.php line 1953
    	 * @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