|
1
|
<div class="wp-block-button"> |
|
2
|
<a |
|
3
|
class="<?php echo esc_attr( $class ); ?>" |
|
4
|
href="<?php echo esc_url( $href ); ?>" |
|
5
|
style="<?php echo esc_attr( $style ); ?>" |
|
6
|
> |
|
7
|
<span class="sc-button__link-text"> |
|
8
|
<?php echo wp_kses_post( $label ); ?> |
|
9
|
</span> |
|
10
|
</a> |
|
11
|
</div>
|