PluginProbe
AWSM Team – Team Showcase Plugin / trunk
AWSM Team – Team Showcase Plugin vtrunk
trunk 1.0 1.1 1.1.2 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4
awsm-team / includes / pro-features.php

pro-features.php in AWSM Team – Team Showcase Plugin trunk, at includes/pro-features.php

27 lines 821 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Pro features meta.
4 *
5 * @package awsm-team
6 */
7
8 if ( ! defined( 'ABSPATH' ) ) {
9 exit;
10 }
11 ?>
12 <div class="awsm-team-right-inner awsm-team-upgrade-msg">
13 <h3>Upgrade to AWSM Team Pro for more cool features</h3>
14 <ul class="awsm-team-upgrade-list">
15 <li><strong>More Presets</strong>
16 <br>Truely premium presets</li>
17 <li><strong>More style options</strong>
18 <br>New styles with updates</li>
19 <li><strong>Visual Composer Support</strong>
20 <br>Element to quickly insert teams</li>
21 <li><strong>Customer Support</strong>
22 <br>Premium Chat and Email Support</li>
23 </ul>
24 <a class="awsm-team-btn-upgrade" href="https://1.envato.market/team" target="_blank"><?php esc_html_e( 'Upgrade Now', 'awsm-team' ); ?></a>
25 <p><?php esc_html_e( 'Lifetime license. Unlimited updates.', 'awsm-team' ); ?></p>
26 </div>
27