: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Customize API: WP_Sidebar_Block_Editor_Control class.
* Core class used to implement the widgets block editor control in the
* @see WP_Customize_Control
class WP_Sidebar_Block_Editor_Control extends WP_Customize_Control {
public $type = 'sidebar_block_editor';
* Render the widgets block editor container.
public function render_content() {
// Render an empty control. The JavaScript in
// @wordpress/customize-widgets will do the rest.