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