notices
5 years ago
admin-bar.php
7 years ago
admin-tab-advanced.php
7 years ago
admin-tab-logs.php
5 years ago
admin-tab-main.php
7 years ago
admin-tab-plugins.php
5 years ago
admin-tab-themes.php
5 years ago
advanced-premium-preview.php
7 years ago
advanced-premium.php
5 years ago
exclude-users.php
5 years ago
force-updates.php
5 years ago
reset-options.php
5 years ago
advanced-premium-preview.php
23 lines
| 1 | <?php if (!defined('ABSPATH')) die('No direct access.'); ?> |
| 2 | <div class="eum-advanced-settings-container advanced-premium-preview_<?php echo $key; ?>"> |
| 3 | <h3><?php echo esc_html($item['label']); ?></h3> |
| 4 | |
| 5 | <p><?php echo esc_html($item['desc']); ?></p> |
| 6 | |
| 7 | <div class="premium-only-desc"> |
| 8 | <h4 class="mpsum-medium"> |
| 9 | <span class="eum-advanced-menu-premium-only"><?php _e('Premium', 'stops-core-theme-and-plugin-updates'); ?></span> |
| 10 | <?php esc_html_e('Interested in this feature?', 'stops-core-theme-and-plugin-updates'); ?> |
| 11 | </h4> |
| 12 | |
| 13 | <p><?php |
| 14 | |
| 15 | $easy_updates_manager_url = 'https://easyupdatesmanager.com/buy/?utm=eum-advanced-tab'; |
| 16 | |
| 17 | _e('Get many more features with Easy Updates Manager Premium.', 'stops-core-theme-and-plugin-updates'); |
| 18 | |
| 19 | printf(' '._x('Check out the video and feature list %s, or %s', 'Full text is: "Check out the video and feature list here, or go to our store", but with links added.', 'stops-core-theme-and-plugin-updates'), '<a href="'.add_query_arg(array( 'tab' => 'premium' ), MPSUM_Admin::get_url()).'">'._x('here', ' is included in the sentence: Check out the video and feature list here, or go to our store', 'stops-core-theme-and-plugin-updates').'</a>', '<a href="' . $easy_updates_manager_url . '">'._x('go to our store.', ' is included in the sentence: Check out the video and feature list here, or go to our store', 'stops-core-theme-and-plugin-updates').'</a>'); |
| 20 | |
| 21 | ?></p> |
| 22 | </div> |
| 23 | </div> |