Description
Filters whether to use the block editor to manage widgets.
Occurrences
Filename | Line Number |
---|---|
wp-includes/widgets.php | 1902 |
Parameters
Type | Name | Description |
---|---|---|
bool | $use_widgets_block_editor | Whether to use the block editor to manage widgets. |
PHP Doc
/**
* Filters whether to use the block editor to manage widgets.
*
* @since 5.8.0
*
* @param bool $use_widgets_block_editor Whether to use the block editor to manage widgets.
*/