function plt_hide_allow_multiple_accounts_menus() {
//Hide the "Users → Multiple Accounts" menu.
remove_submenu_page('users.php', 'allow-multiple-accounts/allow-multiple-accounts.php');
}
add_action('admin_menu', 'plt_hide_allow_multiple_accounts_menus', 11);