Get category image full size
-
Awesome plugin!
I’m trying to get the full size image of my category products using wp_query
How can i do that?$cat_thumb_id = get_woocommerce_term_meta( $prod_cat->term_id, 'thumbnail_id', true );
The above code returns me a small image size (150x150px).
Thanks ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get category image full size’ is closed to new replies.