WP_Sidebar_Block_Editor_Control::render_content()
Render the widgets block editor container.
Method of the class: WP_Sidebar_Block_Editor_Control{}
No Hooks.
Return
null
. Ничего (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() WP Sidebar Block Editor Control::render content code WP 6.3
public function render_content() { // Render an empty control. The JavaScript in // @wordpress/customize-widgets will do the rest. }