- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
261 B
PHP
Executable File
13 lines
261 B
PHP
Executable File
<?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';
|