advanced.php
10 months ago
free-widget-configurator.php
10 months ago
get-more-features.php
10 months ago
get-reviews.php
10 months ago
instagram-feed-widget.php
1 year ago
my-reviews.php
10 months ago
rate-us.php
1 year ago
get-more-features.php
28 lines
| 1 | <?php |
| 2 | defined('ABSPATH') or die('No script kiddies please!'); |
| 3 | ?> |
| 4 | <h1 class="ti-header-title"><?php echo __('Get more Features', 'trustindex-plugin'); ?></h1> |
| 5 | <div class="ti-box"> |
| 6 | <div class="ti-box-header"><?php echo __('Skyrocket Your Sales with Customer Reviews', 'trustindex-plugin'); ?></div> |
| 7 | <p class="ti-bold"> |
| 8 | <?php echo sprintf(__('%s+ WordPress websites use Trustindex to embed reviews fast and easily.', 'trustindex-plugin'), '600.000'); ?><br /> |
| 9 | <?php echo __('Increase SEO, trust and sales using customer reviews.', 'trustindex-plugin'); ?> |
| 10 | </p> |
| 11 | <div class="ti-section-title"><?php echo __('Top Features', 'trustindex-plugin'); ?></div> |
| 12 | <ul class="ti-check-list"> |
| 13 | <li><?php echo __('Display unlimited number of reviews', 'trustindex-plugin'); ?></li> |
| 14 | <li><?php echo __('Create unlimited number of widgets', 'trustindex-plugin'); ?></li> |
| 15 | <li><?php echo __('Display reviews with photos', 'trustindex-plugin'); ?></li> |
| 16 | <li><?php echo sprintf(__('%d review platforms', 'trustindex-plugin'), 135); ?></li> |
| 17 | <li><?php echo __('Mix reviews from different platforms', 'trustindex-plugin'); ?></li> |
| 18 | <li><?php echo __('Get more reviews', 'trustindex-plugin'); ?></li> |
| 19 | <li><?php echo __('Manage all reviews in one place', 'trustindex-plugin'); ?></li> |
| 20 | <li><?php echo __('Automatically update with NEW reviews', 'trustindex-plugin'); ?></li> |
| 21 | </ul> |
| 22 | <?php echo $pluginManagerInstance->getProFeatureButton('wp-google-3'); ?> |
| 23 | <div class="ti-special-offer"> |
| 24 | <img src="<?php echo $pluginManagerInstance->get_plugin_file_url('static/img/special_30.jpg'); ?>"> |
| 25 | <p><?php echo str_replace('%%', '%', __('Now we offer you a 30%% discount off for your first subscription! Create your free account and benefit from the onboarding discount now!', 'trustindex-plugin')); ?></p> |
| 26 | <div class="clear"></div> |
| 27 | </div> |
| 28 | </div> |