PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
views
<?php /** * Admin View: Page - Status Tools * * @package WooCommerce */ use Automattic\WooCommerce\Utilities\ArrayUtil; if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <form method="post" action="options.php"> <?php settings_fields( 'woocommerce_status_settings_fields' ); ?> <table class="wc_status_table wc_status_table--tools widefat" cellspacing="0"> <tbody class="tools"> <?php foreach ( $tools as $action_name => $tool ) : ?> <tr class="<?php echo sanitize_html_class( $action_name ); ?>"> <th> <strong class="name"><?php echo esc_html( $tool['name'] ); ?></strong> <p class="description"><?php echo wp_kses_post( $tool['desc'] ); ?></p> </th> <td class="run-tool"> <a <?php echo ArrayUtil::is_truthy( $tool, 'disabled' ) ? 'disabled' : ''; ?> href="<?php echo esc_url( wp_nonce_url( admin_url( 'admin.php?page=wc-status&tab=tools&action=' . $action_name ), 'debug_action' ) ); ?>" class="button button-large <?php echo esc_attr( $action_name ); ?>"><?php echo esc_html( $tool['button'] ); ?></a> </td> </tr> <?php endforeach; ?> </tbody> </table> </form>
[-] html-admin-page-addons.php
[edit]
[-] html-notice-no-shipping-methods.php
[edit]
[-] html-notice-custom.php
[edit]
[-] html-notice-wp-php-minimum-requirements.php
[edit]
[-] html-notice-regenerating-lookup-table.php
[edit]
[-] html-admin-page-status-report.php
[edit]
[-] html-notice-updated.php
[edit]
[-] html-admin-settings.php
[edit]
[-] html-notice-regenerating-thumbnails.php
[edit]
[-] html-notice-updating.php
[edit]
[-] html-notice-uploads-directory-is-unprotected.php
[edit]
[+]
..
[-] html-report-by-date.php
[edit]
[-] html-bulk-edit-product.php
[edit]
[-] html-notice-legacy-shipping.php
[edit]
[-] html-admin-page-status-logs-db.php
[edit]
[-] html-admin-dashboard-setup.php
[edit]
[-] html-admin-page-reports.php
[edit]
[-] html-notice-maxmind-license-key.php
[edit]
[-] html-quick-edit-product.php
[edit]
[-] html-admin-page-product-export.php
[edit]
[-] html-admin-page-status-tools.php
[edit]
[-] html-admin-page-status.php
[edit]
[-] html-notice-secure-connection.php
[edit]
[-] html-admin-page-status-logs.php
[edit]
[-] html-notice-install.php
[edit]
[-] html-notice-redirect-only-download.php
[edit]
[-] html-notice-template-check.php
[edit]
[-] html-email-template-preview.php
[edit]
[-] html-notice-base-table-missing.php
[edit]
[-] html-notice-update.php
[edit]