Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • I guess I'm not explaining it thoroughly enough. I understand how to create a submenu item, but my question is if it's possible to have each submenu item under a single parent menu item be related to completely different plugins... Rather than several submenu items related to the same plugin and it's options. Commented Oct 22, 2011 at 23:19
  • 1
    Yes the function parameter allows it to be anything you want, its basically just a blank page. Commented Oct 22, 2011 at 23:28
  • I see, so it seems then that the most difficult part would be checking to see if the parent menu already exists upon plugin activation, as well as checking for the installation of the other plugins which would be listed as submenu items. Commented Oct 22, 2011 at 23:36
  • yes exactly , for example using is_plugin_active but this is more a question on how you structure your system. Commented Oct 23, 2011 at 0:22