| author | ymh <ymh.work@gmail.com> |
| Thu, 29 Sep 2022 08:06:27 +0200 | |
| changeset 20 | 7b1b88e27a20 |
| parent 16 | a86126ab1dd4 |
| child 22 | 8c2e4d02f4ef |
| permissions | -rw-r--r-- |
<?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 */ _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';