block.json
6 months ago
controller.php
6 months ago
index.asset.php
4 months ago
index.js
4 months ago
style-index-rtl.css
6 months ago
style-index.css
6 months ago
view.php
6 months ago
view.php
16 lines
| 1 | <figure class="sc-cart-order-bump-image-wrap" data-wp-bind--hidden="!context.bump.price.product.line_item_image.src"> |
| 2 | <img |
| 3 | <?php echo wp_kses_data( |
| 4 | get_block_wrapper_attributes( |
| 5 | array( |
| 6 | 'class' => $class, |
| 7 | 'style' => $style, |
| 8 | ) |
| 9 | ) |
| 10 | ); ?> |
| 11 | data-wp-bind--alt="context.bump.price.product.name" |
| 12 | data-wp-bind--src="context.bump.price.product.line_item_image.src" |
| 13 | loading="lazy" |
| 14 | /> |
| 15 | </figure> |
| 16 |