Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Disables the block editor from managing widgets in the Gutenberg plugin.
- add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
- // Disables the block editor from managing widgets.
- add_filter( 'use_widgets_block_editor', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement