If you prefer the traditional widget interface over the new block editor, this code snippet allows you to disable widget blocks in WordPress:
add_filter( 'use_widgets_block_editor', '__return_false' );
If you prefer the traditional widget interface over the new block editor, this code snippet allows you to disable widget blocks in WordPress:
add_filter( 'use_widgets_block_editor', '__return_false' );