mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
2 lines
130 B
Text
2 lines
130 B
Text
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
|
|
add_filter( 'use_widgets_block_editor', '__return_false' );
|