[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/ -> class-http.php (source)

   1  <?php
   2  /**
   3   * Core class used for managing HTTP transports and making HTTP requests.
   4   *
   5   * This file is deprecated, use 'wp-includes/class-wp-http.php' instead.
   6   *
   7   * @deprecated 5.9.0
   8   * @package WordPress
   9   */
  10  
  11  _deprecated_file( basename( __FILE__ ), '5.9.0', WPINC . '/class-wp-http.php' );
  12  
  13  /** WP_Http class */
  14  require_once  ABSPATH . WPINC . '/class-wp-http.php';


Generated : Thu Mar 28 08:20:01 2024 Cross-referenced by PHPXref