wp-admin/includes/class-custom-background.php
Lines:
1 to 22 of 22
<?php /** * The custom background script. * * @package WordPress * @subpackage Administration */ #[AllowDynamicProperties] /* class Custom_Background */ /* function Custom_Background::__construct() – Constructor – Register administration header callback. */ /* function Custom_Background::init() – Set up the hooks for the Custom Background admin page. */ /* function Custom_Background::admin_load() – Set up the enqueue for the CSS & JavaScript files. */ /* function Custom_Background::take_action() – Execute custom background modification. */ /* function Custom_Background::admin_page() – Display the custom background page. */ /* function Custom_Background::handle_upload() – Handle an Image upload for the background image. */ /* function Custom_Background::ajax_background_add() – Ajax handler for adding custom background context to an attachment. */ /* function Custom_Background::attachment_fields_to_edit() – */ /* function Custom_Background::filter_upload_tabs() – */ /* function Custom_Background::wp_set_background_image() – */