function plt_hide_lead_form_builder_menus() {
//Hide the "ThemeHunk" menu.
remove_menu_page('themehunk-plugins');
//Hide the "ThemeHunk → ThemeHunk" menu.
remove_submenu_page('themehunk-plugins', 'themehunk-plugins');
//Hide the "ThemeHunk → Lead Form Builder" menu.
remove_submenu_page('themehunk-plugins', 'wplf-plugin-menu');
}
add_action('admin_menu', 'plt_hide_lead_form_builder_menus', 11);