1

I want to send the multiple parameters in wordpress like

  • hostname/wordpress/form/?amt=".$amount."&tp=".$trans_period

is the url am calling on click of 'anchor tag'.

but am getting the converted url in address bar as

  • hostname/wordpress/form/?amt=7.99#038;tp=M

the '&' is replaced with '#038;' thats why am not able to get the second parameter 'tp'

2
  • 1
    What's the code you use for generating the URL + QueryString. It looks like you're url-encoding a bit to much. Commented Mar 1, 2013 at 10:44
  • am just calling this url onclick of anchor tag only... Commented Mar 1, 2013 at 10:52

1 Answer 1

1

We hit something similar for the Google maps API. Hooking in to the clean_url filter might help, though it's a bit ugly. See my answer here.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.