run:R W Run
261 By
2026-03-11 16:18:52
R W Run
error_log
📄Requests.php
1<?php
2/**
3 * Loads the old Requests class file when the autoloader
4 * references the original PSR-0 Requests class.
5 *
6 * @deprecated 6.2.0
7 * @package WordPress
8 * @subpackage Requests
9 * @since 6.2.0
10 */
11
12include_once ABSPATH . WPINC . '/class-requests.php';
13