HEX
Server: LiteSpeed
System: Linux srv2.kuhada.hr 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64
User: fortispup (1546)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/fortispup/public_html/wp-includes/class-http.php
<?php
/**
 * Core class used for managing HTTP transports and making HTTP requests.
 *
 * This file is deprecated, use 'wp-includes/class-wp-http.php' instead.
 *
 * @deprecated 5.9.0
 * @package WordPress
 */

_deprecated_file( basename( __FILE__ ), '5.9.0', 'wp-includes/class-wp-http.php' );

/** WP_Http class */
require_once ABSPATH . 'wp-includes/class-wp-http.php';