GC_Sidebar_Block_Editor_Control
最后更新于:2021-11-26 00:05:20
GC_Sidebar_Block_Editor_ControlCore class used to implement the widgets block editor control in the customizer.
源文件
文件: gc-includes/customize/class-gc-sidebar-block-editor-control.php
class GC_Sidebar_Block_Editor_Control extends GC_Customize_Control {
/**
* The control type.
*
* @since 5.8.0
*
* @var string
*/
public $type = 'sidebar_block_editor';
/**
* Render the widgets block editor container.
*
* @since 5.8.0
*/
public function render_content() {
// Render an empty control. The JavaScript in
// @gechiui/customize-widgets will do the rest.
}
}