function plt_hide_jetwoo_widgets_for_elementor_menus() {
//Hide the "Plugins → Install Plugins" menu.
remove_submenu_page('plugins.php', 'jet-woo-widgets-install-plugins');
}
add_action('admin_menu', 'plt_hide_jetwoo_widgets_for_elementor_menus', 11);