Skip to content

Tag: woocommerce

How to change woocommerce category id?

I want to change category id in woocommerce table. Example: change id=5 to id=20. I don’t want to delete my categories in my wordpress panel, just change that id from database. Answer why not just go to phpmyadmin and change it? This of course can cause conflicting issues if id=20 is already assigned an…