Forums
-
- Forum
- Posts
-
- Installation
- 28,417
- Troubleshooting
- 62,426
- Themes
- 10,420
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,256
-
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