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