<!-- 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>
Edit

Pub: 12 Nov 2025 20:52 UTC

Edit: 12 Nov 2025 20:53 UTC

Views: 30