'; echo $return; } function peony_after_shop_loop_item() { $return = ''; echo $return; } function peony_product_single_add_to_cart_text() { return ''; } function peony_wcwl_add_wishlist_on_loop() { echo do_shortcode('[yith_wcwl_add_to_wishlist]'); } if (defined('YITH_WCWL')) { add_action( 'peony_add_to_wishlist', 'peony_wcwl_add_wishlist_on_loop', 15 ); } function peony_before_shop_loop_item_title() { global $post, $product, $woocommerce, $wishlists; $id = get_the_ID(); $size = 'shop_catalog'; $gallery = get_post_meta($id, '_product_image_gallery', true); $attachment_image = ''; if (!empty($gallery)) { $gallery = explode( ',', $gallery ); $first_image_id = $gallery[0]; $attachment_image = wp_get_attachment_image( $first_image_id, $size, false, array( 'class' => 'hover-image' ) ); } if (has_post_thumbnail()) { $thumb = get_the_post_thumbnail(get_the_ID(), "shop_catalog"); $product_image = '