buy-button.php
3 years ago
checkout-form.php
3 years ago
customer-dashboard-button.php
3 years ago
dashboard-tab.php
3 years ago
form.php
2 years ago
logout-button.php
3 years ago
dashboard-tab.php
11 lines
| 1 | <sc-tab |
| 2 | href="<?php echo esc_url( $href ); ?>" |
| 3 | active="<?php echo esc_attr( $active ); ?>" |
| 4 | slot="nav" |
| 5 | > |
| 6 | <?php if ( ! empty( $icon ) ) : ?> |
| 7 | <sc-icon style="font-size: 18px;" name="<?php echo esc_attr( $icon ); ?>" slot="prefix"></sc-icon> |
| 8 | <?php endif; ?> |
| 9 | <?php echo esc_attr( $title ?? 'Tab' ); ?> |
| 10 | </sc-tab> |
| 11 |