-
-
Save webdados/4c1ef92111cf4c6a44e8fb401a40e7c2 to your computer and use it in GitHub Desktop.
Use the legacy widgets in WordPress 5.8 or above instead of the new blocks based widgets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Put this in your (chilld) theme functions.php file or use a code/php snippets plugin | |
add_filter( 'use_widgets_block_editor', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment