WP_HTTP_Fsockopen
- Since
- 2.7.0
- Source
wp-includes/class-wp-http-streams.php:530
Deprecated HTTP Transport method which used fsockopen.
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.
Compatibility
Deprecated in WordPress 3.7.0. Please use WP_HTTP::request() directly
- WordPress
- since 2.7.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Source code
class WP_HTTP_Fsockopen extends WP_Http_Streams { // For backward compatibility for users who are using the class directly.}Changelog
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
3.7.0
Deprecated. Please use WP_HTTP::request() directlyfrom the docblock
2.7.0
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 7.0.4 tag, from
src/wp-includes/class-wp-http-streams.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.