Classic Editor for Post
PHP
function balik_ke_classic_editor($enabled, $post_type) {
return 'post' === $post_type ? false : $enabled;
}
add_filter('use_block_editor_for_post_type', 'balik_ke_classic_editor', 10, 2);