Tagged Questions
0
votes
1answer
153 views
Generate multiple tag query URLs
As we know WordPress supports multiple tag queries (',' and '+'). The only problem with this add_query_arg() doesn't handle these methods if a query param is already exists in the URL.
From the ...