WP_Sidebar_Block_Editor_Control::render_content()publicWP 5.8.0

Render the widgets block editor container.

Method of the class: WP_Sidebar_Block_Editor_Control{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_Sidebar_Block_Editor_Control = new WP_Sidebar_Block_Editor_Control();
$WP_Sidebar_Block_Editor_Control->render_content();

Changelog

Since 5.8.0 Introduced.

WP_Sidebar_Block_Editor_Control::render_content() code WP 6.5.2

public function render_content() {
	// Render an empty control. The JavaScript in
	// @wordpress/customize-widgets will do the rest.
}