GC_HTTP_Proxy::port()

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

GC_()

Retrieve the port for the proxy server.

响应

(string)

源文件

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

	public function port() {
		if ( defined( 'GC_PROXY_PORT' ) ) {
			return GC_PROXY_PORT;
		}

		return '';
	}