Rearranging the admin menus
-
I was thinking today that it would be much more intuitive to move the menus link from Appearance < Menus to Pages < Menus. I have done some research, but I am still finding this very difficult.
add_action('admin_menu', 'edit_nav_menu'); function edit_nav_menu() { add_pages_page('Navigation', 'Navigation', 'nav-menus.php', 'edit_theme_options', 'nav-menus.php'); }
Here’s my start, not really sure If I’m even on the right track.
Thanks
- The topic ‘Rearranging the admin menus’ is closed to new replies.