view.php
7 lines
| 1 | <div <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?> data-wp-class--quantity--disabled="state.isQuantityDisabled"> |
| 2 | <label class="sc-form-label <?php echo esc_attr( ! empty( $attributes['hidden_label'] ) ? 'sc-screen-reader-text' : '' ); ?>"> |
| 3 | <?php echo wp_kses_post( $attributes['label'] ); ?> |
| 4 | </label> |
| 5 | <?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> |
| 6 | </div> |
| 7 |