PluginProbe
SweepPress: Website Cleanup and Optimization / trunk
SweepPress: Website Cleanup and Optimization vtrunk
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-database.php

content-database.php in SweepPress: Website Cleanup and Optimization trunk, at forms/content-database.php

32 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 use Dev4Press\v55\Core\Quick\URL;
4
5 if ( ! defined( 'ABSPATH' ) ) {
6 exit;
7 }
8
9 ?>
10 <div class="d4p-content">
11 <div class="d4p-cards-wrapper" style="max-width: 880px">
12 <div class="d4p-group d4p-dashboard-card d4p-card-double d4p-dashboard-card-dev4press d4p-dashboard-card-no-footer">
13 <h3>SweepPress Pro Exclusive Features</h3>
14 <div class="d4p-group-header">
15 <p style="margin: 0">SweepPress Pro contains a lot more features that can help with the cleanup of the website, and management of the various database aspects. This includes metadata management, CRON controls, Gravity Forms sweepers, Sweeper Monitor, Scheduling Sweeper Jobs and more.</p>
16 </div>
17 <div class="d4p-group-inner sweeppress-statistics-sweeper">
18 <div class="sweeppress-statistics-box" style="flex: 100%">
19 <h5><i class="d4p-icon d4p-ui-database" style="margin-right: .5em;"></i> Database Overview and Control</h5>
20 Overview of all the tables in the database related to the WordPress installation with detailed information about each table, basic plugin identification, and additional actions to optimize or repair tables. For advanced users, plugin has options to empty or delete tables.
21
22 <img src="<?php echo SWEEPPRESS_URL; ?>gfx/database.jpg" alt="SweepPress Pro: Database Management"/>
23 </div>
24 </div>
25 <div class="d4p-group-footer">
26 <a href="<?php echo esc_url( sweeppress_fs()->get_upgrade_url() ); ?>" class="button-primary">Upgrade to SweepPress Pro</a>
27 <a href="<?php echo esc_url( URL::add_campaign_tracking( 'https://www.dev4press.com/plugins/sweeppress/', 'sweeppress-upgrade-to-pro' ) ); ?>" target="_blank" class="button-secondary">SweepPress Home Page</a>
28 </div>
29 </div>
30 </div>
31 </div>
32