Say I want to link to the tags page in my plugin, what is the best way to do this? For my own site I can make a url something like this:
$url = qa_path_to_root() . 'tags';
That would make a URL like example.com/tags. However, for users on different tag structures it should be example.com/?qa=tags. Is there a generic way to make URLs for Q2A?