Answers for "woocommerce show product images hook"

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 "woocommerce show product images hook"

Code answers related to "Objective-C"

Browse Popular Code Answers by Language