Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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