Filters whether to use the block editor to manage widgets.
Parameters
$use_widgets_block_editor
bool- Whether to use the block editor to manage widgets.
Source
return apply_filters(
'use_widgets_block_editor',
get_theme_support( 'widgets-block-editor' )
);
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.