Horje
get product image woocommerce Code Example
get product image woocommerce
// Use $post->ID to get from post object
$id = $loop->post->ID
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $id ), 'single-post-thumbnail' );

<img src="<?php echo $image[0]; ?>" data-id="<?php echo $id; ?>" />




24

Related
array initialization declaration c++ Code Example array initialization declaration c++ Code Example
loop array objective c Code Example loop array objective c Code Example
vc_map type number Code Example vc_map type number Code Example
nstimer example objective c Code Example nstimer example objective c Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13