Advertisement
Socialking

Untitled

Apr 19th, 2022
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. // Disables the block editor from managing widgets in the Gutenberg plugin.
  2. add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
  3. // Disables the block editor from managing widgets.
  4. add_filter( 'use_widgets_block_editor', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement