⎗ ✓ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66<!-- Backups Data --> <?php if ( $plugin_active_backups ) : ?> [config-section-data] <?php echo $config_tokens[ $showhide_values['backups'] ]; ?> <div class="page-break"></div> <div> <h2><?php echo __( 'Backups', 'mainwp-pro-reports-extension' ); ?></h2> <hr> <?php do_action( 'mainwp_pro_reports_before_backups' ); ?> <table cellspacing="0"> <thead> <tr> <th><?php echo __( 'Backup Date', 'mainwp-pro-reports-extension' ); ?></th> <th><?php echo __( 'Backup Type', 'mainwp-pro-reports-extension' ); ?></th> </tr> </thead> <tbody> [section.backups.created] <tr> <td>[backup.created.date]</td> <td><span style="font-weight:bold;<?php echo esc_html( $accent_color ); ?>">[backup.created.type]</span></td> </tr> [/section.backups.created] </tbody> </table> <?php do_action( 'mainwp_pro_reports_after_backups' ); ?> </div> [/config-section-data] <?php endif; ?> <!-- End Backups Data --> <!-- Maintenance Data --> <?php if ( $plugin_active_maintenance ) : ?> [config-section-data] <?php echo $config_tokens[ $showhide_values['maintenance'] ]; ?> <div class="page-break"></div> <div> <h2><?php echo __( 'Maintenance', 'mainwp-pro-reports-extension' ); ?></h2> <?php do_action( 'mainwp_pro_reports_before_maintenance' ); ?> <table cellspacing="0"> <thead> <tr> <th><?php echo __( 'Date', 'mainwp-pro-reports-extension' ); ?></th> <th><?php echo __( 'Details', 'mainwp-pro-reports-extension' ); ?></th> </tr> </thead> <tbody> [section.maintenance.process] <tr> <td>[maintenance.process.date]</td> <td>[maintenance.process.details]</td> </tr> [/section.maintenance.process] </tbody> </table> <?php do_action( 'mainwp_pro_reports_after_maintenance' ); ?> </div> [/config-section-data] <?php endif; ?> <!-- End Maintenance Data --> <div class="page-break"></div> <div style="margin-top: 250px;"> <p><?php echo MainWP_Pro_Reports_Utility::esc_content($outro); ?></p> </div> </div>
Warning LINK You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue? Continue Cancel