GC_HTTP_Proxy::username()
最后更新于:2021-12-01 11:12:05
GC_()
Retrieve the username for proxy authentication.
响应
(string)
源文件
文件: gc-includes/class-gc-http-proxy.php
public function username() {
if ( defined( 'GC_PROXY_USERNAME' ) ) {
return GC_PROXY_USERNAME;
}
return '';
}