WP_HTTP_Fsockopen{}WP 2.7.0

Deprecated from version 3.7.0. It is no longer supported and can be removed in future releases. Use WP_HTTP::request() directly instead.

Deprecated HTTP Transport method which used fsockopen.

This class is not used, and is included for backward compatibility only. All code should make use of WP_Http directly through its API.

No Hooks.

Usage

$WP_HTTP_Fsockopen = new WP_HTTP_Fsockopen();
// use class methods

Methods

No Methods in class.

Notes

  • See: WP_HTTP::request

Changelog

Since 2.7.0 Introduced.
Deprecated since 3.7.0 Please use WP_HTTP::request() directly

WP_HTTP_Fsockopen{} code WP 6.5.2

class WP_HTTP_Fsockopen extends WP_Http_Streams {
	// For backward compatibility for users who are using the class directly.
}