Requests_Proxy_HTTP::get_auth_string()
Get the authentication string (user:pass)
Return
(string)
Source
File: wp-includes/Requests/Proxy/HTTP.php
public function get_auth_string() { return $this->user . ':' . $this->pass; }
Changelog
Version | Description |
---|---|
1.6 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_proxy_http/get_auth_string