Disable Widget Blocks
Disabled Widget Blocks and used the Classic interface in Widgets
// NAV: Disable Widget Blocks
add_filter( 'use_widgets_block_editor', '__return_false' );
Disabled Widget Blocks and used the Classic interface in Widgets
// NAV: Disable Widget Blocks
add_filter( 'use_widgets_block_editor', '__return_false' );