get_image(), $cart_item, $cart_item_key );
if ( ! $sinatra_product_permalink ) {
echo $thumbnail; // phpcs:ignore
} else {
printf( '
%s', esc_url( $sinatra_product_permalink ), $thumbnail ); // phpcs:ignore
}
?>
get_name() ), $cart_item, $cart_item_key ) . ' ' );
} else {
echo wp_kses_post( apply_filters( 'woocommerce_cart_item_name', sprintf( '%s', esc_url( $sinatra_product_permalink ), esc_html( $sinatra_product->get_name() ) ), $cart_item, $cart_item_key ) );
}
?>
1 ) { ?>
get_price_html(); // phpcs:ignore ?>