Displaying shortlink menu item in the WP admin toolbar.
Reenable Shortlink Item In Admin Toolbar plugin displays the shortlink menu item in the WordPress admin toolbar.
You may do this manually by adding the following code in your theme’s function.php file:
add_action( ‘admin_bar_menu’, ‘wp_admin_bar_shortlink_menu’,90 );