WordPress how to prevent URL encoding in URL of taxonomy terms
Is it possible to prevent WordPress from encoding URL with terms? I have a sample taxonomy term iPhone5~iPhone7 and when I use it for the search function, it turns to iphone5%ef%bd%9eiphone7 which is not usable when getting the posts for the term. is it possible to prevent url encoding?
thanks in advance.