Answers for "show woocommerce product image by id"

6

woocommerce get product id

global $product;
$product->get_id();
Posted by: Guest on July-03-2020
0

product short description under image hook woocommerce

add_action( 'woocommerce_product_thumbnails', 'move_description_to_under_image', 40 );

function move_description_to_under_image(){

     the_excerpt();

}
Posted by: Guest on May-21-2021

Code answers related to "show woocommerce product image by id"

Code answers related to "Objective-C"

Browse Popular Code Answers by Language