Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
413 views
in Plugins by
I would like to know code of override plugin for avoiding dynamic loop when call qa_opt() in overrided qa_lang().

Aren't there those who have the experience which developed plugin which carries out override of qa_lang?

Best regards.
Q2A version: 1.6

1 Answer

+1 vote
by

Solved by myself. Since can't call qa_opt(), call lower level function of DB. 

qa_db_read_one_value(qa_db_query_sub('SELECT content FROM ^options WHERE `title`="hogehoge"'), true);

...