Mục lục
bạn không cần cài plugin class editor, hôm nay tôi se giúp bạn làm điều đó 1 cách đơn giản, chúng ta bắt đầu thôi nào
Cách xử lý
bạn chỉ cần cho đoạn code dưới đây vào ( file “funtion.php ” xong xóa cache đi là xong )
/* web an tam */
// Fully Disable Gutenberg editor.
add_filter('use_block_editor_for_post_type', '__return_false', 10);
// Don't load Gutenberg-related stylesheets.
add_action( 'wp_enqueue_scripts', 'remove_block_css', 100 );
function remove_block_css() {
wp_dequeue_style( 'wp-block-library' ); // WordPress core
wp_dequeue_style( 'wp-block-library-theme' ); // WordPress core
wp_dequeue_style( 'wc-block-style' ); // WooCommerce
}
Chúc các bạn thành công