This question might be related to: http://question2answer.org/qa/14041/how-to-get-plugin-url-in-widget-php-file
I have my page and need the correct URL to q2a-installation.com/qa-plugin/myplugin/page.php
How to do that?
qa_path_to_root() does not help. Both return the page's URL.
Even trying to access the plugin global: $urltoroot does not work.
Calling QA_HTML_THEME_LAYER_URLTOROOT or QA_HTML_THEME_LAYER_DIRECTORY direclty does not work either. We are in function process_request($request).