Get woocommerce catogry
It’s not working because you didn’t pass the Woocoomerce’s Product category taxonomy. By default get_categories() function will returns all terms data of default category taxonomy, if you did’t mention specific taxonomy slug inside the arguments list. So, To retrieve the terms data of any specific taxonomy, We must have to pass the slug of that … Read more