Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
346 views
in Q2A Core by
I would like to overrule some core functions using e.g. qa_register_plugin_overrides(), but it seems like I can only call this from a plugin.

I don't really like the idea of these core functions being overruled in a plugin, since in my case it is not a set of function doing one thing (like a plugin), but a collection of function overwrites that has no combined usage at all. Is it possible to load the overruled functions via an other way?
Q2A version: 1.5.2

1 Answer

0 votes
by
selected by
 
Best answer
You can just change the Q2A code if you're not worried about ever upgrading.

Otherwise, just create a plugin for your own internal use - I don't see why it would be a problem - you don't need to distribute it to anyone else!
...