| Server IP : 54.64.252.99 / Your IP : 216.73.216.24 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 mod_perl/2.0.11 Perl/v5.32.1 System : Linux wolfeyes.yggcsp.com 6.1.176-221.360.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 21:15:26 UTC 2026 x86_64 User : hN5p2oAs ( 522) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/wwwusers/hN5p2oAs/www/htdocs/wp-admin/ |
Upload File : |
<?php
/**
* Custom header image script.
*
* This file is deprecated, use 'wp-admin/includes/class-custom-image-header.php' instead.
*
* @deprecated 5.3.0
* @package WordPress
* @subpackage Administration
*/
// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-image-header.php' );
/** Custom_Image_Header class */
require_once ABSPATH . 'wp-admin/includes/class-custom-image-header.php';