How to get woocomerce attributes thumbnail in PHP? [closed]
There is a lovely function get_term_link(), which you can use to get the any WP_Term object archive page URL. Just add this inside your foreach loop: $url = get_term_link( $attribute ); Edit Since you need to retrieve a certain meta value for each attribute, try fetching them all and var_dumping them, to see what is … Read more