Change submenu order?
-
I’m working on a plugin that extends another plugin. Rather than having the settings under Settings->MyPlugin, I want the settings to be under OrigPlugin->MyPlugin. To accomplish this, I’m using the add_submenu_page function. The problem I have is, it seems to have picked a random location in the parent plugins menu (as far as I can tell it doesn’t fit into any logical order), but since I’m extending someone else’s work, I’d like to have my settings listed last in the submenu. Does anyone have a suggestion as to how I might go about that?
- The topic ‘Change submenu order?’ is closed to new replies.