WP_HTTP_Proxy::authentication(): string

In this article

Retrieve authentication string for proxy authentication.

Return

string

Source

public function authentication() {
	return $this->username() . ':' . $this->password();
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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