apply_filters( ‘use_widgets_block_editor’, bool $use_widgets_block_editor )

In this article

Filters whether to use the block editor to manage widgets.

Parameters

$use_widgets_block_editorbool
Whether to use the block editor to manage widgets.

Source

return apply_filters(
	'use_widgets_block_editor',
	get_theme_support( 'widgets-block-editor' )
);

Changelog

VersionDescription
5.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.