Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Question for SamBauers about the menu generator function

I think I have figured it out, thanks.

But 1 more thing. What if I have 2 forms:

function myplugin_two() {
plugin_form1();
}

and

function ????_???() {
plugin_form2();
}

myplugin_two is the function that goes under tab 2. It now shows form1, but how can I let it show form2 also under tab 1?.I’ve enterd ???? now cause we can’t have 2 funtions with the same name.

…………. omg never mind…. I see it now. You can call both forms in the first function and just position them using html and stuff.

Okay thanks again, this problem is solved!

_Null

Skip to toolbar