PluginProbe
SweepPress: Website Cleanup and Optimization / 2.4
SweepPress: Website Cleanup and Optimization v2.4
trunk 1.1 1.2 1.3 1.4 1.4.1 1.5 1.6 1.7 1.8 2.0 2.1 2.1.1 2.2 2.3 2.3.1 2.4 2.4.1 2.4.2 2.5 2.6 3.0 3.1 3.1.1 3.2 All 39 releases
sweeppress / forms / content-dashboard-pro.php

content-dashboard-pro.php in SweepPress: Website Cleanup and Optimization 2.4, at forms/content-dashboard-pro.php

45 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 use Dev4Press\v43\Core\Quick\URL;
4
5 if ( ! defined( 'ABSPATH' ) ) {
6 exit;
7 }
8
9 ?>
10 <div class="d4p-group d4p-dashboard-card d4p-card-double d4p-dashboard-card-dev4press d4p-dashboard-card-no-footer" style="border-color: #67AF12;">
11 <h3 style="background: #67AF12; color: white;">Upgrade to SweepPress Pro</h3>
12 <div class="d4p-group-header">
13 <p style="margin: 0 0 1em;font-size: 1.1em;font-weight: 500;">Get more great features with a Pro version, with even more coming with future releases.</p>
14 <ul>
15 <li>
16 <i class="d4p-icon d4p-ui-calendar-day" style="font-size: 1.25em; margin-right: .1em;"></i> Scheduled Sweep Jobs
17 </li>
18 <li>
19 <i class="d4p-icon d4p-ui-calendar" style="font-size: 1.25em; margin-right: .1em;"></i> WP CRON Tracking and Control
20 </li>
21 <li>
22 <i class="d4p-icon d4p-ui-clock" style="font-size: 1.25em; margin-right: .1em;"></i> Sweeper Monitor
23 </li>
24 <li>
25 <i class="d4p-icon d4p-ui-database" style="font-size: 1.25em; margin-right: .1em;"></i> Database Tables Control
26 </li>
27 <li>
28 <i class="d4p-icon d4p-ui-list" style="font-size: 1.25em; margin-right: .1em;"></i> GravityForms Support
29 </li>
30 <li>
31 <i class="d4p-icon d4p-file-text" style="font-size: 1.25em; margin-right: .1em;"></i> Sweeper File Log
32 </li>
33 </ul>
34 <div class="d4p-clearfix"></div>
35 </div>
36 <div class="d4p-group-inner">
37 <h4>Discount Coupon</h4>
38 <p>Upgrade to SweepPress Pro, and save
39 <strong>10%</strong> with the discount coupon <strong>SWEEPLITETOPRO</strong>.</p>
40 </div>
41 <div class="d4p-group-footer">
42 <a href="<?php echo URL::add_campaign_tracking( 'https://plugins.dev4press.com/sweeppress/buy/', 'sweeppress-upgrade-to-pro' ); ?>" target="_blank" class="button-primary">SweepPress Pro</a>
43 <a href="<?php echo URL::add_campaign_tracking( 'https://sweep.press/', 'sweeppress-upgrade-to-pro' ); ?>" target="_blank" class="button-secondary">SweepPress Home Page</a>
44 </div>
45 </div>