Files
dostavka_vodi/wp-includes/Requests/library/Requests.php
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

13 lines
261 B
PHP

<?php
/**
* Loads the old Requests class file when the autoloader
* references the original PSR-0 Requests class.
*
* @deprecated 6.2.0
* @package WordPress
* @subpackage Requests
* @since 6.2.0
*/
include_once ABSPATH . WPINC . '/class-requests.php';