Summery Summery
Constructor.
Syntax Syntax
Parameters Parameters
- $manager
-
(Required) Customizer bootstrap instance.
Source 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', ) ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |