function plt_hide_custom_post_type_pdf_attachment_menus() {
//Hide the "Settings → Custom Post Type Attachment" menu.
remove_submenu_page('options-general.php', 'custom_pdf_attachment');
}
add_action('admin_menu', 'plt_hide_custom_post_type_pdf_attachment_menus', 11);