view.php
9 lines
| 1 | <nav |
| 2 | <?php echo wp_kses_data( get_block_wrapper_attributes() ); ?> |
| 3 | data-wp-bind--hidden="!state.showPagination" |
| 4 | aria-label="<?php esc_attr_e( 'Order bumps pagination', 'surecart' ); ?>" |
| 5 | hidden |
| 6 | > |
| 7 | <?php echo $content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> |
| 8 | </nav> |
| 9 |