wp_setup_widgets_block_editor()

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Enables the widgets block editor. This is hooked into ‘after_setup_theme’ so that the block editor is enabled by default but can be disabled by themes.

Source

File: wp-includes/widgets.php

function wp_setup_widgets_block_editor() {
	add_theme_support( 'widgets-block-editor' );
}

Changelog

Version Description
5.8.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_setup_widgets_block_editor