|
Admin pages are basically spokenthing else then a hook to a function, so it is technicallyt a problem to add your own pages without making use of the menu.
I wast aware of an API function that allows you to register own pages with ease, but there is a helper function in Wordpress you can make use of:
I've wrapped that in some sample code, just save it into your
In there you can find a function The function returns the URL of the new admin page. You wrote that you might need to add more parameters, so I thought that might be handy.
For the demo page I hardcoded into that example, the URL is: Keep in mind, that you need to check for security for that page on your own because Wordpress doest. Something like
might be a helpful additional hint. |
| More Solution |
|---|