Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Question for SamBauers about the menu generator function


Sam Bauers
Participant

@sambauers

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..

Skip to toolbar