Does get_query_var() work in php exec?
-
I’ve got a url query string “?users=a”, and I expected the function get_query_var(‘users’) to simply return “a” when I use it in php exec. But, I consistently get the empty string returned. Is there something I could be doing wrong? Thanks.
- The topic ‘Does get_query_var() work in php exec?’ is closed to new replies.