-
/**
* Hook: woocommerce_before_shop_loop_item_title.
*
* @hooked woocommerce_show_product_loop_sale_flash - 10
* @hooked woocommerce_template_loop_product_thumbnail - 10
*/
do_action( 'woocommerce_before_shop_loop_item_title' );
// Force correct product title, bypassing broken hooks.
$product_title = get_post_field( 'post_title', $product->get_id() );
echo '