Requests_Proxy_HTTP::get_auth_string()

Get the authentication string (user:pass)


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/Requests/Proxy/HTTP.php

	public function get_auth_string() {
		return $this->user . ':' . $this->pass;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.