My plugin(Extra Question Field) may help you?
Solution ex:
function a_selection($post) { if(!qa_db_select_with_pending(qa_db_post_meta_selectspec($post['parentid'], 'qa_q_extraX'))) qa_html_theme_base::a_selection($post); }
"X" is order number of admin plugin page.
Plugin is used also at my site.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.