GC_HTTP_Proxy::host()

最后更新于:2021-12-01 11:12:24

GC_()

Retrieve the host for the proxy server.

响应

(string)

源文件

文件: gc-includes/class-gc-http-proxy.php

	public function host() {
		if ( defined( 'GC_PROXY_HOST' ) ) {
			return GC_PROXY_HOST;
		}

		return '';
	}