最后更新于:2021-12-01 11:12:24
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 ''; }