📅  最后修改于: 2022-03-11 14:54:03.185000             🧑  作者: Mango
//Disable new gutenberg widgets (Wp 5.8) ON your functions.php file
add_filter( 'use_widgets_block_editor', '__return_false' );