Http::get_auth_string()
Get the authentication string (user:pass)
Return
(string)
Source
File: wp-includes/Requests/src/Proxy/Http.php
public function get_auth_string() {
return $this->user . ':' . $this->pass;
}
Changelog
| Version | Description |
|---|---|
| 1.6 | Introduced. |