Paid Addon Menu Hide Option

There is a couple of new paid addon menu in the updates. I think there should be an option about this menu on or off for end users.

I do not want to display these menus for my end user.

You could hide them with CSS via the Design menu.
Here’s an example of hiding the Cloudlinux & Root File Manager menu & Email Debugger sub-menu.

/* Hide premium links */
#sidebar-menu-item-cloudlinux, #sidebar-menu-item-ssl, #sidebar-menu li a[title="Root File Manager"],  .sidebar-submenu ul li a[title="Email Debugger"]{
 display: none;
}