mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-01 11:52:25 +08:00
2 lines
126 B
Text
2 lines
126 B
Text
add_filter('use_block_editor_for_post', '__return_false', 10);
|
|
add_filter('use_block_editor_for_page', '__return_false', 10);
|