function plt_hide_statusdot_menus() {
//Hide the "Settings → StatusDot" menu.
remove_submenu_page('options-general.php', 'statusdot');
//Hide the "Settings → Upgrade" menu.
remove_submenu_page('options-general.php', 'statusdot-pricing');
}
add_action('admin_menu', 'plt_hide_statusdot_menus', 1000000000);