Submit
Path:
~
/
home
/
getwphos
/
public_html
/
perfumehousedhaka
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
views
/
File Content:
html-admin-settings.php
<?php /** * Admin View: Settings * * This file is included in WC_Admin_Settings::output(). * * @package WooCommerce */ // phpcs:disable WooCommerce.Commenting.CommentHooks.MissingHookComment use Automattic\WooCommerce\Admin\Features\Features; use Automattic\WooCommerce\Utilities\FeaturesUtil; if ( ! defined( 'ABSPATH' ) ) { exit; } /** * The current WC admin settings tab ID. * * @var string $current_tab */ /** * The current WC admin settings section ID. * * @var string $current_section */ $tab_exists = isset( $tabs[ $current_tab ] ) || has_action( 'woocommerce_sections_' . $current_tab ) || has_action( 'woocommerce_settings_' . $current_tab ) || has_action( 'woocommerce_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=wc-settings' ) ); exit; } $hide_nav = 'checkout' === $current_tab && in_array( $current_section, array( 'offline', 'bacs', 'cheque', 'cod' ), true ); // Move 'Advanced' to the last. if ( array_key_exists( 'advanced', $tabs ) ) { $advanced = $tabs['advanced']; unset( $tabs['advanced'] ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited $tabs['advanced'] = $advanced; } ?> <div class="wrap woocommerce"> <?php do_action( 'woocommerce_before_settings_' . $current_tab ); ?> <form method="<?php echo esc_attr( apply_filters( 'woocommerce_settings_form_method_tab_' . $current_tab, 'post' ) ); ?>" id="mainform" action="" enctype="multipart/form-data"> <?php if ( ! $hide_nav ) : ?> <nav class="nav-tab-wrapper woo-nav-tab-wrapper"> <?php foreach ( $tabs as $slug => $label ) { echo '<a href="' . esc_html( admin_url( 'admin.php?page=wc-settings&tab=' . esc_attr( $slug ) ) ) . '" class="nav-tab ' . ( $current_tab === $slug ? 'nav-tab-active' : '' ) . '">' . esc_html( $label ) . '</a>'; } /** * Hook for adding additional settings tabs. * * @since 1.0.0 */ do_action( 'woocommerce_settings_tabs' ); ?> </nav> <?php endif; ?> <h1 class="screen-reader-text"><?php echo esc_html( $current_tab_label ); ?></h1> <?php do_action( 'woocommerce_sections_' . $current_tab ); WC_Admin_Settings::show_messages(); do_action( 'woocommerce_settings_' . $current_tab ); do_action( 'woocommerce_settings_tabs_' . $current_tab ); // @deprecated 3.4.0 hook. ?> <p class="submit"> <?php if ( empty( $GLOBALS['hide_save_button'] ) ) : ?> <button name="save" disabled class="woocommerce-save-button components-button is-primary" type="submit" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>"><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button> <?php endif; ?> <?php wp_nonce_field( 'woocommerce-settings' ); ?> </p> </form> <?php do_action( 'woocommerce_after_settings_' . $current_tab ); ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
html-admin-dashboard-setup.php
2050 bytes
0644
html-admin-page-addons-category-nav.php
1102 bytes
0644
html-admin-page-product-export.php
5682 bytes
0644
html-admin-page-reports.php
2445 bytes
0644
html-admin-page-status-logs-db.php
1898 bytes
0644
html-admin-page-status-logs.php
2219 bytes
0644
html-admin-page-status-report.php
60379 bytes
0644
html-admin-page-status-tools.php
2285 bytes
0644
html-admin-page-status.php
1279 bytes
0644
html-admin-settings.php
2934 bytes
0644
html-bulk-edit-product.php
13765 bytes
0644
html-email-template-preview.php
1076 bytes
0644
html-notice-base-table-missing.php
1609 bytes
0644
html-notice-custom.php
452 bytes
0644
html-notice-download-dir-sync-complete.php
1204 bytes
0644
html-notice-install.php
732 bytes
0644
html-notice-legacy-shipping.php
1722 bytes
0644
html-notice-maxmind-license-key.php
1178 bytes
0644
html-notice-no-shipping-methods.php
1315 bytes
0644
html-notice-redirect-only-download.php
1229 bytes
0644
html-notice-regenerating-lookup-table.php
1198 bytes
0644
html-notice-regenerating-thumbnails.php
618 bytes
0644
html-notice-secure-connection.php
848 bytes
0644
html-notice-template-check.php
1725 bytes
0644
html-notice-update.php
1387 bytes
0644
html-notice-updated.php
660 bytes
0644
html-notice-updating.php
1145 bytes
0644
html-notice-uploads-directory-is-unprotected.php
1052 bytes
0644
html-notice-wp-php-minimum-requirements.php
933 bytes
0644
html-quick-edit-product.php
8583 bytes
0644
html-report-by-date.php
4195 bytes
0644
N4ST4R_ID | Naxtarrr