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
logout-button.php
15 lines
| 1 | <sc-button |
| 2 | href="<?php echo esc_url( $href ); ?>" |
| 3 | type="<?php echo esc_attr( $type ); ?>" |
| 4 | size="<?php echo esc_attr( $size ); ?>" |
| 5 | > |
| 6 | <?php if ( ! empty( $show_icon ) ) : ?> |
| 7 | <sc-icon |
| 8 | slot="prefix" |
| 9 | name="log-out" |
| 10 | ></sc-icon> |
| 11 | <?php endif; ?> |
| 12 | |
| 13 | <?php echo esc_html( $label ); ?> |
| 14 | </sc-button> |
| 15 |