Title: Need to Decode URL before exploding in html_types
Last modified: August 24, 2016

---

# Need to Decode URL before exploding in html_types

 *  Resolved [herchen](https://wordpress.org/support/users/herchen/)
 * (@herchen)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-to-decode-url-before-exploding-in-html_types/)
 * In each of the files under views\html_types there are two instances of
 * `$current_request = explode(',', $current_request);`
 * If the user has selected multiple categories or vendors, and the url is encoded,
   the filter will not retrieve the correct taxonomy values.
 * The line needs to be modified to
 * `$current_request = explode(',', urldecode($current_request));`
 * so the comma is properly identified.
 * We have fixed the issue in our plugin but of course when it is updated it will
   be broken again.
 * Thank You!
 * [https://wordpress.org/plugins/woocommerce-products-filter/](https://wordpress.org/plugins/woocommerce-products-filter/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-to-decode-url-before-exploding-in-html_types/#post-5972505)
 * Hello. Thank you for fix! Of course I will fix code for the next release with
   this code …

Viewing 1 replies (of 1 total)

The topic ‘Need to Decode URL before exploding in html_types’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [RealMag777](https://wordpress.org/support/users/realmag777/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/need-to-decode-url-before-exploding-in-html_types/#post-5972505)
 * Status: resolved