Forums
-
- Forum
- Posts
-
- Installation
- 27,760
- Troubleshooting
- 60,854
- Themes
- 10,206
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
I’m not sure I understand your question exactly…
Any function you declare in a plugin is callable from anywhere else in that plugin. So…
function myplugin_two()
{
myplugin_base('two');
echo '<br />Some more text<br />';
also_tab2();
}
etc.. etc..
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS