block.json
1 year ago
index.asset.php
1 year ago
index.js
1 year ago
style-index-rtl.css
1 year ago
style-index.css
1 year ago
view.php
1 year ago
view.php
14 lines
| 1 | <div <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?> data-wp-bind--hidden="!context.line_item.price.short_interval_text"> |
| 2 | <span |
| 3 | class="wp-block-surecart-cart-line-item-interval__interval" |
| 4 | data-wp-bind--hidden="!context.line_item.price.short_interval_text" |
| 5 | data-wp-text="context.line_item.price.short_interval_text" |
| 6 | ></span> |
| 7 | |
| 8 | <span |
| 9 | class="wp-block-surecart-cart-line-item-interval__count" |
| 10 | data-wp-bind--hidden="!context.line_item.price.short_interval_count_text" |
| 11 | data-wp-text="context.line_item.price.short_interval_count_text" |
| 12 | ></span> |
| 13 | </div> |
| 14 |