最后更新于:2021-12-01 11:12:11
Retrieve the port for the proxy server.
(string)
文件: gc-includes/class-gc-http-proxy.php
public function port() { if ( defined( 'GC_PROXY_PORT' ) ) { return GC_PROXY_PORT; } return ''; }