W3cubDocs

/WordPress

WP_Customize_Background_Image_Control::__construct( WP_Customize_Manager $manager )

Constructor.

Parameters

$manager

(WP_Customize_Manager) (Required) Customizer bootstrap instance.

Source

File: wp-includes/customize/class-wp-customize-background-image-control.php

public function __construct( $manager ) {
		parent::__construct(
			$manager,
			'background_image',
			array(
				'label'   => __( 'Background Image' ),
				'section' => 'background_image',
			)
		);
	}

Changelog

Version Description
3.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_background_image_control/__construct