With the Wordpress 5.8 and 5.9 update, few of the old functionalities have been affected / changed.
The widgets have become more powerful with the new Block Widgets Editor and the Customizer. Also, the classic editor has been replaced with the block editor.
However, if you have already created a website OR you wish to work with the old widgets style there can be an issue. This is because if you have created the widgets, some of the widgets may not load OR show errors.
In this video, we will see how we can restore the classic editor and classic widgets with the help of a small code and without using any plugin
______________________________________________________
Code used:
//Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
// Enables the classic widgets.
add_filter( 'use_widgets_block_editor', '__return_false' );
// Enables the classic editor
add_filter('use_block_editor_for_post', '__return_false', 10);
______________________________________________________
Additional tutorials:
How to create an eCommerce website | WooCommerce Tutorial 2022
• How to create an eCommerce website | ...
Complete Wordpress Tutorial - Basic to Advance
• Complete Wordpress Tutorial - Basic t...
Important links:
Website:
https://theskillwill.com
Facebook page:
/ learntheskil. .
Youtube:
https://www.youtube.com/channel/UCVE0...
______________________________________________________
Watch video How to restore classic widgets and classic editor without using plugin | Wordpress tutorial online without registration, duration hours minute second in high quality. This video was added by user TheSkillWill 23 February 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,354 once and liked it like people.