| @@ -1,15 +1,26 @@ | ||
| 1 | +<?php | |
| 2 | +/** | |
| 3 | + * Pro features meta. | |
| 4 | + * | |
| 5 | + * @package awsm-team | |
| 6 | + */ | |
| 7 | + | |
| 8 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | + exit; | |
| 10 | +} | |
| 11 | +?> | |
| 1 | 12 | <div class="awsm-team-right-inner awsm-team-upgrade-msg"> |
| 2 | - <h3>Upgrade to AWSM Team Pro for more cool features</h3> | |
| 3 | - <ul class="awsm-team-upgrade-list"> | |
| 4 | - <li><strong>More Presets</strong> | |
| 5 | - <br>Truely premium presets</li> | |
| 6 | - <li><strong>More style options</strong> | |
| 7 | - <br>New styles with updates</li> | |
| 8 | - <li><strong>Visual Composer Support</strong> | |
| 9 | - <br>Element to quickly insert teams</li> | |
| 10 | - <li><strong>Customer Support</strong> | |
| 11 | - <br>Premium Chat and Email Support</li> | |
| 12 | - </ul> | |
| 13 | - <a class="awsm-team-btn-upgrade" href="http://goo.gl/A8Rmxn" target="_blank"><?php _e('Upgrade Now ($15)',$this->text_domain);?></a> | |
| 14 | - <p><?php _e('Lifetime license. Unlimited updates.',$this->text_domain);?></p> | |
| 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> | |
| 15 | 26 | </div> |