Adding Shortlink Menu Item In WordPress Admin Bar

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 );

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.