| 1 |
<?php |
| 2 |
|
| 3 |
use Dev4Press\v43\Core\Quick\URL; |
| 4 |
|
| 5 |
if ( ! defined( 'ABSPATH' ) ) { |
| 6 |
exit; |
| 7 |
} |
| 8 |
|
| 9 |
?> |
| 10 |
<div class="d4p-content"> |
| 11 |
<div class="d4p-cards-wrapper"> |
| 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" style="display:none;"></div> |
| 15 |
<div class="d4p-group-inner"> |
| 16 |
<h4>Sweep Job Scheduling</h4> |
| 17 |
<p>Easily create one or more jobs containing a selection of sweepers (and optionally, specific tasks within each sweeper) and set method for the job activation. This can be scheduled to run once or periodically, or just set a job as inactive. For scheduled jobs you need to pick the schedule and set start date and time.</p> |
| 18 |
<h4>Daily and Weekly Monitor</h4> |
| 19 |
<p>Plugin can monitor the website, and when the predefined thresholds (number of records or size percentage for deletion) are reached, it will send the notification to administrator (or to list of emails defined in settings) with the sweeper status overview.</p> |
| 20 |
<h4>Database Overview and Control</h4> |
| 21 |
<p>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.</p> |
| 22 |
<h4>WordPress CRON Control</h4> |
| 23 |
<p>WordPress CRON System is essential to provide many of the WordPress and plugins features, but control over it is very problematic. SweepPress Pro gives you control over CRON and is able to track each scheduled CRON job for purpose of identification, you can remove and run jobs from the panel.</p> |
| 24 |
<h4>GravityForms Support</h4> |
| 25 |
<p>Additional Sweepers for cleanup of GravityForms related data. For now, there are three sweepers included: for removal of trashed forms, for removal of Spam entries and for removal or Trash entries. Both include support for sweeping entries related to individual forms.</p> |
| 26 |
<h4>Sweeper File Log</h4> |
| 27 |
<p>Log every sweeper execution into log file (including the sweeper execution mode and simulation status, if enabled), and include all sweeper/removal SQL queries executed by each used sweeper.</p> |
| 28 |
</div> |
| 29 |
<div class="d4p-group-footer"> |
| 30 |
<a href="<?php echo URL::add_campaign_tracking( 'https://plugins.dev4press.com/sweeppress/lite-vs-pro/', 'sweeppress-upgrade-to-pro' ); ?>" target="_blank" class="button-primary">Compare Lite vs Pro</a> |
| 31 |
</div> |
| 32 |
</div> |
| 33 |
|
| 34 |
<?php include( SWEEPPRESS_PATH . 'forms/content-dashboard-pro.php' ); ?> |
| 35 |
</div> |
| 36 |
</div> |
| 37 |
|