# tier-pricing-table/2.0/views/admin/activation-message.php

Tiered Pricing Table for WooCommerce, version 2.0. 15 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/2.0/code/views/admin/activation-message.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/2.0/raw/views/admin/activation-message.php
- Modified: 2019-03-18T08:11:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/2.0/code/views/admin/activation-message.php#L10-L20`.

```php
<?php if ( ! defined( 'WPINC' ) ) {
	die;
} ?>

<div id="message" class="updated notice is-dismissible">
    <p>
        <strong>
			<?php printf(
				__( 'Thanks for installing Tiered Price Table! You can customize it %s', 'tier-pricing-table' ),
				'<a href="' . $link . '">' . sprintf( __( 'here', 'tier-pricing-table' ) . '</a>' ) );
			?>
        </strong>
    </p>
    <button type="button" class="notice-dismiss"></button>
</div>
```
