function plt_hide_wiseagentleadform_menus() {
//Hide the "Wise Agent" menu.
remove_menu_page('wiseagent-captureforms');
//Hide the "Wise Agent → Capture Forms" menu.
remove_submenu_page('wiseagent-captureforms', 'wiseagent-captureforms');
//Hide the "Wise Agent → Settings" menu.
remove_submenu_page('wiseagent-captureforms', 'wiseagent-settings');
}
add_action('admin_menu', 'plt_hide_wiseagentleadform_menus', 11);