Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Question for SamBauers about the menu generator function

Hi,

Thanks, so the LDAP also uses more subtabs with different functions/forms in it?

I’ll take a look at it then. If I have more questions about it, I’ll post them here

Thanks for your time

Greetings

ps: is it also possible to name all the functions you want on tab1 to put them in the menu generator function?

Like:

bb_admin_add_submenu(__('My plugin sub menu item one'), 'use_keys', 'myfunctionname1', 'myfunctionname2','myfunctionname3','myplugin');

Or put all functions in 1 parent function like:

bb_admin_add_submenu(__('My plugin sub menu item one'), 'use_keys', 'myplugin1', 'myplugin');

Function name: myplugin1

this function contains 3 other functions

end function: myplugin1

Skip to toolbar