File "custom-header.php"
Full Path: /home/arielcor/public_html/wp-admin-20240926064125/maint/custom-header.php
File size: 426 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
*/
_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';