WP_Customize_Background_Image_Control::__construct( WP_Customize_Manager $manager )

In this article

Constructor.

Parameters

$managerWP_Customize_Managerrequired
Customizer bootstrap instance.

Source

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

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.