class-http.php 367 B

1234567891011121314
  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. _deprecated_file( basename( __FILE__ ), '5.9.0', WPINC . '/class-wp-http.php' );
  11. /** WP_Http class */
  12. require_once ABSPATH . WPINC . '/class-wp-http.php';