Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-block-editor-widgets.txt
Sebastian Moran 0a0be0395d
Update disable-block-editor-widgets.txt
Remove wp_ from the second code block.
2021-06-07 11:38:04 -06:00

2 lines
130 B
Text

add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
add_filter( 'use_widgets_block_editor', '__return_false' );