Say you have an array built using wp_parse_args(). Is there a built in method in WordPress to create a url using said array, or would I have to resort to a custom function?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP has a function bulit-in to convert arrays to query strings:
http_build_queryHere’s an example: