Testing of this plugin has been temporarily suspended due to an error. It will automatically resume when a new plugin version is released.
function plt_hide_disable_gutenberg_menus() {
//Hide the "Settings → Disable Gutenberg" menu.
remove_submenu_page('options-general.php', 'disable-gutenberg');
}
add_action('admin_menu', 'plt_hide_disable_gutenberg_menus', 1000);