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