🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 04:49:19 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-admin
📍 /home/therahul/momotimes.therahuldas.com/wp-admin
🔄 Refresh
✏️
Editing: custom-background.php
Writable
<?php /** * Custom background script. * * This file is deprecated, use 'wp-admin/includes/class-custom-background.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-background.php' ); /** Custom_Background class */ require_once ABSPATH . 'wp-admin/includes/class-custom-background.php';
💾 Save Changes
❌ Cancel