| 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-memo-pad" style="margin-right: .5em;"></i> Manage all Metadata tables</h5> |
| 20 |
Management for all 5 WordPress metadata tables (postmeta, commentmeta, usermeta, termmeta and blogmeta) with detection of the meta key usage and source. Plugin can identify and preview all meta records, allowing you to decide on which records and keys you want to remove from all supported tables. |
| 21 |
|
| 22 |
<img src="<?php echo SWEEPPRESS_URL; ?>gfx/metadata.jpg" alt="SweepPress Pro: Metadata 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 |
|