| Server IP : 188.114.96.3 / Your IP : 216.73.216.31 Web Server : LiteSpeed System : Linux vmi2710904 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : rarch5794 ( 1006) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/r-archi.co.il/public_html/wp-includes/ |
Upload File : |
<?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', WPINC . '/class-wp-http.php' ); /** WP_Http class */ require_once ABSPATH . WPINC . '/class-wp-http.php';