????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/peekmysite.com/wp-content/plugins/health-check/pages/ |
Upload File : |
<?php /** * The header template, printed on every Health Check related page. * * @package Health Check */ // Make sure the file is not directly accessible. if ( ! defined( 'ABSPATH' ) ) { die( 'We\'re sorry, but you can not directly access this file.' ); } ?> <div class="health-check-header"> <div class="health-check-title-section"> <h1> <?php esc_html_e( 'Site Health', 'health-check' ); ?> </h1> </div> <nav class="health-check-tabs-wrapper hide-if-no-js" aria-label="<?php esc_attr_e( 'Secondary menu', 'health-check' ); ?>"> <?php $tabs = Health_Check::tabs(); $current_tab = Health_Check::current_tab(); foreach ( $tabs as $tab => $label ) { if ( ! empty( $tab ) ) { $url = add_query_arg( array( 'page' => 'site-health', 'tab' => $tab, ), admin_url( 'tools.php?page=site-health' ) ); } else { $url = admin_url( 'tools.php?page=site-health' ); } printf( '<a href="%s" class="health-check-tab health-check-%s-tab %s"%s>%s</a>', esc_url( $url ), esc_attr( $tab ), ( $current_tab === $tab ? 'active' : '' ), ( $current_tab === $tab ? ' aria-current="true"' : '' ), $label ); } ?> </nav> <div class="wp-clearfix"></div> </div> <hr class="wp-header-end"> <div class="notice notice-error hide-if-js"> <p><?php _e( 'The Site Health check requires JavaScript.', 'health-check' ); ?></p> </div> <div class="health-check-body hide-if-no-js">