GC_Customize_Background_Image_Control::__construct()

最后更新于:2021-11-26 23:15:19

GC_Customize_Background_Image_Control::__construct( GC_Customize_Manager$manager)

Constructor.

参数

$manager

(GC_Customize_Manager) (Required) Customizer bootstrap instance.

源文件

文件: gc-includes/customize/class-gc-customize-background-image-control.php

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