Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
408 views
in Plugins by
Hi, a couple of days ago I used a function from another plugin and it worked. (as far as i remember)

Now I try to do the same with another plugin, and it does not work...

Could it be that only a plugin function that is declared in one of the qa-plugin.php files, and that is "independent" from own methods (i.e. not calling other functions in its qa-plugins.php), can be used in other plugins?

Thanks,
Kai

1 Answer

0 votes
by
Yes, it is possible. You do not have to declare these functions again.

Stupid me, I was passing a 'wrong' parameter which returned from the plugin's function. This is why I thought it would not work...
...