Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
328 views
in Plugins by

I was just wondering if it is possible to "call" a plugin's output from the advanced theme?

Something like:

        function footer() {
              $this->triggerPlugin('mycustomplugin');
        }
 

1 Answer

0 votes
by
I think as far as you have method it should availalbe to entire system. If it is not within the system class than you may need to include the class file within the method.
...