03/25/2016 at 11:18 am
#370521
Keymaster
@ Jeromy
Would you be interested in testing a beta version of Connections which works around this?
Basically what I decided to do was write a wrapper function for the WordPress get_query_var() function. What this wrapper function does is check to make sure the is works and if it does, it uses it. If it does not, then it falls back using a method similar to the one I mention in my previous reply. I then updated every instance in Connections where get_query_var() is used to use my new wrapper function.
This work around solution should “just work”.
