'can we remove filter titles from woocommerce url?

I am trying to remove the titles from the filter URLs,

/product-category/t-shirt/color=red/size=medium/neck=round-neck/ to

/product-category/t-shirt/red/medium/round-neck/

or product-category/t-shirt/?filter_color=red&size=medium&neck=round&orderby=popularity

to

product-category/t-shirt/?ed&medium&ound

Is this possible, with the help of any plugin or with code? I have tried using premmerce, Filter Everything, Berocket, but all of them add some string in the beginning.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source