| 1 |
<?php if ( ! defined( 'WPINC' ) ) { |
| 2 |
die; |
| 3 |
} ?> |
| 4 |
|
| 5 |
<div id="message" class="updated notice is-dismissible"> |
| 6 |
<p> |
| 7 |
<strong> |
| 8 |
<?php printf( |
| 9 |
__( 'Thanks for installing Tiered Price Table! You can customize it %s', 'tier-pricing-table' ), |
| 10 |
'<a href="' . $link . '">' . sprintf( __( 'here', 'tier-pricing-table' ) . '</a>' ) ); |
| 11 |
?> |
| 12 |
</strong> |
| 13 |
</p> |
| 14 |
<button type="button" class="notice-dismiss"></button> |
| 15 |
</div> |