function plt_hide_allpost_contactform_menus() {
//Hide the "Settings → Contact Form" menu.
remove_submenu_page('options-general.php', 'allpost-contactform/allpost-contactform.php');
}
add_action('admin_menu', 'plt_hide_allpost_contactform_menus', 11);