add_query_arg conflict with TML
-
Hey Jeff,
I’m trying to add a query argument to the end of any of the theme-my-login pages, however, it always adds just inside the page name.
For example this:
$url = add_query_arg('ref', 'something');
Appears as this:
https://someurl.com/ref=something/register
Instead of this:
https://someurl.com/register/?ref=something
Is there a theme-my-login function that’s recommended to add a query arg?
Thanks,
Shawn
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add_query_arg conflict with TML’ is closed to new replies.