Submit
Path:
~
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
/
File Content:
html-admin-page-status.php
<?php /** * Admin View: Page - Status */ if ( ! defined( 'ABSPATH' ) ) { exit; } $current_tab = ! empty( $_REQUEST['tab'] ) ? sanitize_title( $_REQUEST['tab'] ) : 'status'; $tabs = array( 'status' => __( 'System status', 'kkart' ), 'tools' => __( 'Tools', 'kkart' ), 'logs' => __( 'Logs', 'kkart' ), ); $tabs = apply_filters( 'kkart_admin_status_tabs', $tabs ); ?> <div class="wrap kkart"> <nav class="nav-tab-wrapper kkart-nav-tab-wrapper"> <?php foreach ( $tabs as $name => $label ) { echo '<a href="' . admin_url( 'admin.php?page=kkart-status&tab=' . $name ) . '" class="nav-tab '; if ( $current_tab == $name ) { echo 'nav-tab-active'; } echo '">' . $label . '</a>'; } ?> </nav> <h1 class="screen-reader-text"><?php echo esc_html( $tabs[ $current_tab ] ); ?></h1> <?php switch ( $current_tab ) { case 'tools': KKART_Admin_Status::status_tools(); break; case 'logs': KKART_Admin_Status::status_logs(); break; default: if ( array_key_exists( $current_tab, $tabs ) && has_action( 'kkart_admin_status_content_' . $current_tab ) ) { do_action( 'kkart_admin_status_content_' . $current_tab ); } else { KKART_Admin_Status::status_report(); } break; } ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
html-admin-page-addons.php
5978 bytes
0644
html-admin-page-product-export.php
3892 bytes
0644
html-admin-page-reports.php
1780 bytes
0644
html-admin-page-status-logs-db.php
784 bytes
0644
html-admin-page-status-logs.php
1860 bytes
0644
html-admin-page-status-report.php
47722 bytes
0644
html-admin-page-status-tools.php
945 bytes
0644
html-admin-page-status.php
1251 bytes
0644
html-admin-settings.php
1873 bytes
0644
html-bulk-edit-product.php
11017 bytes
0644
html-email-template-preview.php
1052 bytes
0644
html-notice-base-table-missing.php
1555 bytes
0644
html-notice-custom.php
434 bytes
0644
html-notice-install.php
708 bytes
0644
html-notice-legacy-shipping.php
1624 bytes
0644
html-notice-maxmind-license-key.php
1148 bytes
0644
html-notice-no-shipping-methods.php
1263 bytes
0644
html-notice-redirect-only-download.php
1156 bytes
0644
html-notice-regenerating-lookup-table.php
1156 bytes
0644
html-notice-regenerating-thumbnails.php
594 bytes
0644
html-notice-secure-connection.php
817 bytes
0644
html-notice-template-check.php
1632 bytes
0644
html-notice-update.php
1317 bytes
0644
html-notice-updated.php
615 bytes
0644
html-notice-updating.php
1091 bytes
0644
html-notice-uploads-directory-is-unprotected.php
1010 bytes
0644
html-notice-wp-php-minimum-requirements.php
899 bytes
0644
html-quick-edit-product.php
7590 bytes
0644
html-report-by-date.php
4170 bytes
0644
N4ST4R_ID | Naxtarrr