[wp-hackers] adding an item to super admin menu
Ken Burcham
kenburcham at gmail.com
Tue Sep 14 22:14:31 UTC 2010
Ah ok. So this worked:
add_submenu_page('ms-admin.php','Mailman','Mailman
Config','administrator','something',array(&$this, 'mm_settings_page'));
I had to go find what page to hook to for the superadmin menu ('ms-
admin.php').
Danke!
ken.
On Sep 14, 2010, at 2:36 PM, Nicolas Kuttler wrote:
> On Tue, Sep 14, 2010 at 02:28:16PM -0700, Ken Burcham wrote:
>> Hi guys,
>>
>> I've done the usual quick looking around and don't see an answer to
>> this immediately. Can (and how) would I add an admin panel to the
>> super
>> admin panel? We are working on a plug-in that will have some
>> uber-settings for all sites (perfect for super-admin) and then other
>> settings per blog that'll be an added admin panel in the settings
>> panel.
>> But I don't see anywhere documented how to add to the super admin
>> panel.
>
> http://codex.wordpress.org/Adding_Administration_Menus
>
> add_submenu_page()
>
> Nicolas
>
> --
> Nicolas Kuttler
> wp at nkuttler.de
>
> http://www.nkuttler.de
> http://www.nicolaskuttler.de (deutsch)
> _______________________________________________
> 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