GC_Customize_Manager::register_section_type()

最后更新于:2021-11-27 01:35:05

GC_Customize_Manager::register_section_type( string$section)

Register a customize section type.

参数

$section

(string) (Required) Name of a custom section which is a subclass of GC_Customize_Section.

源文件

文件: gc-includes/class-gc-customize-manager.php

	public function register_section_type( $section ) {
		$this->registered_section_types[] = $section;
	}