Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
398 views
in Q2A Core by
How to change this funktion without touching the core files?
by
I need it for mobile theme development.

1 Answer

0 votes
by
It's not easy to do this in a future-compatible way. Instead of changing this function, maybe you can work by overriding suggest_next() in the theme class?
...