Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Question for SamBauers about the menu generator function

Okay

function myplugin_one()
{
myplugin_base('one');
}

Will appear under tab1

function myplugin_two()
{
myplugin_base('two');
}

Will appear under tab2

Now I have another function (let’s call it function also_tab2() )I want under tab2, how do I get it in tab2? Sorry I just don’t see it :)

Skip to toolbar