How to get WooCommerce Product Category Link by ID?
Another update (Sept. 2015): I can use get_term_link after all. The problem was that the string needed to be converted to an integer. Used a Stack Overflow tip for the fastest way to convert it using the (int)$value in PHP. So it would look like this if you don’t want to use the slug in … Read more