WP_HTTP_Fsockopen{}WP 2.7.0└─ WP_Http_Streams

Deprecated since 3.7.0. It is no longer supported and may 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.8.1

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