function plt_hide_post_content_shortcodes_menus() {
//Hide the "Settings → Post Content Shortcodes" menu.
remove_submenu_page('options-general.php', 'post-content-shortcodes');
}
add_action('admin_menu', 'plt_hide_post_content_shortcodes_menus', 11);