25.07.2022.
Give us back our old widgets
Last update: 09.10.2022.
This plugin or code snippet will restore the classic wordpress widgets. Use the code or download the wordpress plugin.
<?php add_filter ('gutenberg_use_widgets_block_editor', '__return_false' );
add_filter( 'use_widgets_block_editor', '__return_false' ); ?>