Skip to content

Tag: wordpress

woocommerce build categories tree

I have this categories into my wordpress (woocommerce), and I need to build a menù like this using data retrieved from woocommerce api. What’s an efficient way to build a menù like this? I have tried to inspect wordpress code without figured out. This API lets me retrieve all product categories. https:/…

Woocommerce: function to update all products

I have an issue with my Woocommerce products. This issue is fixed if I just update the product (edit the product and click in the Update button) with no changes at all. I have around 2000 products in my site, then I am thinking of doing this using a function in my function.php file. It should be something lik…