# awsm-team/1.3.2/includes/pro-features.php

AWSM Team – Team Showcase Plugin, version 1.3.2. 27 lines.

- Page: https://pluginprobe.com/plugins/awsm-team/1.3.2/code/includes/pro-features.php
- Raw: https://pluginprobe.com/plugins/awsm-team/1.3.2/raw/includes/pro-features.php
- Modified: 2025-02-07T05:48:42+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/awsm-team/1.3.2/code/includes/pro-features.php#L10-L20`.

```php
<?php
/**
 * Pro features meta.
 *
 * @package awsm-team
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<div class="awsm-team-right-inner awsm-team-upgrade-msg">
	<h3>Upgrade to AWSM Team Pro for more cool features</h3>
	<ul class="awsm-team-upgrade-list">
		<li><strong>More Presets</strong>
			<br>Truely premium presets</li>
		<li><strong>More style options</strong>
			<br>New styles with updates</li>
		<li><strong>Visual Composer Support</strong>
			<br>Element to quickly insert teams</li>
		<li><strong>Customer Support</strong>
			<br>Premium Chat and Email Support</li>
	</ul>
	<a class="awsm-team-btn-upgrade" href="https://1.envato.market/team" target="_blank"><?php esc_html_e( 'Upgrade Now', 'awsm-team' ); ?></a>
	<p><?php esc_html_e( 'Lifetime license. Unlimited updates.', 'awsm-team' ); ?></p>
</div>

```
