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_cnr_performance_menus() {
//Hide the "Settings → CNR Performance" menu.
remove_submenu_page('options-general.php', 'cnr-performance-settings');
}
add_action('admin_menu', 'plt_hide_cnr_performance_menus', 11);