GC_HTTP_Proxy::is_enabled()
最后更新于:2021-12-01 11:12:18
GC_()
Whether proxy connection should be used.
响应
(bool)
源文件
文件: gc-includes/class-gc-http-proxy.php
public function is_enabled() {
return defined( 'GC_PROXY_HOST' ) && defined( 'GC_PROXY_PORT' );
}