monolith920
11/10/2017 - 8:25 PM

Get Product Image by ID

woocommerce only

<?php 
$product = new WC_product($product_id);
echo $product->get_image(); // accepts 2 arguments ( size, attr )
?>