PluginProbe
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score / 1.1
Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score v1.1
trunk 1.0 1.0.1 1.1 1.1.1 1.1.2 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.2 2.2.1 All 69 releases
powered-cache / includes / admin / settings / premium.php

premium.php in Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score 1.1, at includes/admin/settings/premium.php

66 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Settings page template
4 *
5 * @package PoweredCache
6 * @subpackage PoweredCache/Settings
7 */
8
9 // Exit if accessed directly
10 if ( ! defined( 'ABSPATH' ) ) {
11 exit;
12 }
13
14 ?>
15
16 <div class="meta-box-sortables ui-sortable">
17
18 <div class="postbox">
19 <div class="inside">
20
21 <div id="premium-promote">
22 <h1><?php _e( 'Powered Cache Premium, unlock more speed', 'powered-cache' ); ?></h1>
23 <hr>
24 <ul class="premium-benefits">
25 <li>
26 <span class="dashicons dashicons-yes"></span>
27 <strong><?php _e( 'Premium Features:', 'powered-cache' ); ?>
28 </strong> <?php _e( 'Access to premium features', 'powered-cache' ); ?>
29 </li>
30 <li>
31 <span class="dashicons dashicons-yes"></span>
32 <strong><?php _e( 'Premium Extensions:', 'powered-cache' ); ?>
33 </strong> <?php _e( 'All current and future premium extensions', 'powered-cache' ); ?>
34 </li>
35 <li>
36 <span class="dashicons dashicons-yes"></span>
37 <strong><?php _e( 'Friendly Bots:', 'powered-cache' ); ?></strong>
38 <?php _e( 'Get benefits from our bots like reqular cron check, preloading etc...', 'powered-cache' ); ?>
39 </li>
40 <li>
41 <span class="dashicons dashicons-yes"></span>
42 <strong><?php _e( 'WP-CLI:', 'powered-cache' ); ?></strong>
43 <?php _e( 'WP-CLI commands ready to save your time', 'powered-cache' ); ?>
44 </li>
45 <li>
46 <span class="dashicons dashicons-yes"></span>
47 <strong><?php _e( 'Premium Support:', 'powered-cache' ); ?></strong>
48 <?php _e( 'We are providing top-notch premium support to premium users', 'powered-cache' ); ?>
49 </li>
50 <li>
51 <span class="dashicons dashicons-yes"></span>
52 <strong><?php _e( 'No Ads', 'powered-cache' ); ?></strong>
53 </li>
54 </ul>
55
56 <a class="get-premium" href="https://poweredcache.com"><span><?php echo __( 'Buy Powered Cache Premium', 'powered-cache' ); ?></span></a>
57
58 </div>
59 </div>
60 <!-- .inside -->
61
62 </div>
63 <!-- .postbox -->
64
65 </div>
66