WP_HTTP_Fsockopen

Advertisement

Deprecated Deprecated

This class has been deprecated. Use WP_HTTP::request instead.

Summery Summery

Deprecated HTTP Transport method which used fsockopen.

Syntax Syntax

WP_HTTP_Fsockopen

Description Description

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

Source Source

File: wp-includes/class-wp-http-streams.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Please use WP_HTTP::request() directly
2.7.0 Introduced.

See also See also

Advertisement

Leave a Reply