Add ‘Navigation Menus’ to WordPress Admin Appearance Menu

Add navigation menus to wordpress admin appearance menu image

Pining for the good ol’ days? I don’t know why. The future rules. But you can add the Menus menu item back to WP admin, if it makes you feel better. Not much you can do with it other than rename and delete. But you can do those things, if it makes you feel better.

What it does…

Adds a new submenu item called ‘Navigation Menus’ to your WordPress Admin under the ‘Appearance’ menu.

Why it does it…

Now if you want to rename or delete Nav Menus that you’ve created in the Block Editor, you can.

How it does it…

Uses `add_submenu_page` to link to `edit.php?post_type=wp_navigation`

Download JSON for importing into Code Snippets Pro
Download PHP for adding as a plugin or copying into functions.php

Related Snips