[wp-hackers] Can I register admin pages that are NOT in the menu?

Ryan Bilesky rbilesky at gmail.com
Wed Feb 9 00:45:12 UTC 2011


I did something simular for a plugin of mine.  What I did is register a
queryvar and I had one page that would differ depending on the value of the
queryvar.

On Feb 8, 2011 2:27 PM, "Becky Resler" <becky.absolute at gmail.com> wrote:
> I am currently working on a plugin for managing branches and branch
> locations (part of a larger integration).
>
> On the admin side, I only want a single item in the menu:
> * Branches [admin.php?page=myplugin-list]
>
> I need to have other pages, such as adding new branches, editing
> branches, adding locations for branches, etc, but I do not want those
> pages in the menu.
> * admin.php?page=myplugin-add
> * admin.php?page=myplugin-edit&id=123
> * admin.php?page=myplugin-add-location&id=123
> * admin.php?page=myplugin-edit-location&id=456
>
> I have been searching the Codex and scouring the rest of the net for
> info on how to do this, but I haven't had any luck. I've found others
> who want to do the same thing, but they never got any answers either.
>
> Is it possible to register a page for a plugin without adding it to the
> admin menu?
>
> Or do I need to do something like:
> * admin.php?page=myplugin&action=list
> * admin.php?page=myplugin&action=add
> * admin.php?page=myplugin&action=edit&id=123
> * admin.php?page=myplugin&action=add-location&id=456
>
> I'd rather not do that, but if it's my only option ...
>
> --
>
> Becky Resler
> Web Programmer | Absolute Marketing Group
> 218-284-1111 | becky at absolutemg.com | www.absolutemg.com
> Sign up for our newsletter, The Absolute Truth:
> www.absolutemg.com/newsletter
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list