WP_HTTP_Proxy::authentication()
Retrieve authentication string for proxy authentication.
Return
(string)
Source
File: wp-includes/class-wp-http-proxy.php
public function authentication() {
return $this->username() . ':' . $this->password();
}
Changelog
Version | Description |
---|---|
WP-2.8.0 | Introduced. |