GC_Customize_New_Menu_Section::__construct()

最后更新于:2021-11-27 06:43:49

GC_Customize_New_Menu_Section::__construct( GC_Customize_Manager$manager, string$id, array$args=array())

Constructor.

参数

$manager

(GC_Customize_Manager) (Required) Customizer bootstrap instance.

$id

(string) (Required) A specific ID of the section.

$args

(array) (Optional) Section arguments.

Default value: array()

源文件

文件: gc-includes/customize/class-gc-customize-new-menu-section.php

	public function __construct( GC_Customize_Manager $manager, $id, array $args = array() ) {
		_deprecated_function( __METHOD__, '4.9.0' );
		parent::__construct( $manager, $id, $args );
	}