if ( null == $bypass_hosts ) {
            $bypass_hosts = preg_split('|,\s*|', WP_PROXY_BYPASS_HOSTS);

            if ( false !== strpos(WP_PROXY_BYPASS_HOSTS, '*') ) {
                $wildcard_regex = array();