-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
views
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.htaccess
0.231KB
Edit File
Delete File
Rename
html-admin-dashboard-setup.php
1.29KB
Edit File
Delete File
Rename
html-admin-page-addons-category-nav.php
1.076KB
Edit File
Delete File
Rename
html-admin-page-product-export.php
3.906KB
Edit File
Delete File
Rename
html-admin-page-reports.php
2.393KB
Edit File
Delete File
Rename
html-admin-page-status-logs-db.php
0.795KB
Edit File
Delete File
Rename
html-admin-page-status-logs.php
1.948KB
Edit File
Delete File
Rename
html-admin-page-status-report.php
53.437KB
Edit File
Delete File
Rename
html-admin-page-status-tools.php
2.064KB
Edit File
Delete File
Rename
html-admin-page-status.php
1.249KB
Edit File
Delete File
Rename
html-admin-settings.php
1.915KB
Edit File
Delete File
Rename
html-bulk-edit-product.php
11.184KB
Edit File
Delete File
Rename
html-email-template-preview.php
1.027KB
Edit File
Delete File
Rename
html-notice-base-table-missing.php
1.571KB
Edit File
Delete File
Rename
html-notice-custom.php
0.441KB
Edit File
Delete File
Rename
html-notice-legacy-shipping.php
1.65KB
Edit File
Delete File
Rename
html-notice-maxmind-license-key.php
1.15KB
Edit File
Delete File
Rename
html-notice-no-shipping-methods.php
1.289KB
Edit File
Delete File
Rename
html-notice-redirect-only-download.php
1.2KB
Edit File
Delete File
Rename
html-notice-regenerating-lookup-table.php
1.17KB
Edit File
Delete File
Rename
html-notice-regenerating-thumbnails.php
0.604KB
Edit File
Delete File
Rename
html-notice-secure-connection.php
0.833KB
Edit File
Delete File
Rename
html-notice-template-check.php
1.667KB
Edit File
Delete File
Rename
html-notice-updating.php
1.118KB
Edit File
Delete File
Rename
html-notice-uploads-directory-is-unprotected.php
1.027KB
Edit File
Delete File
Rename
html-notice-wp-php-minimum-requirements.php
0.916KB
Edit File
Delete File
Rename
html-quick-edit-product.php
7.605KB
Edit File
Delete File
Rename
html-report-by-date.php
4.097KB
Edit File
Delete File
Rename
<?php /** * Admin View: Page - Reports */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wrap woocommerce"> <?php if ( WC()->is_wc_admin_active() ) { ?> <div id="message" class="error inline" style="margin-top:30px"> <p> <strong> <?php /* translators: 1: Link URL */ echo wp_kses_post( sprintf( __( 'With the release of WooCommerce 4.0, these reports are being replaced. There is a new and better Analytics section available for users running WordPress 5.3+. Head on over to the <a href="%1$s">WooCommerce Analytics</a> or learn more about the new experience in the <a href="https://docs.woocommerce.com/document/woocommerce-analytics/" target="_blank">WooCommerce Analytics documentation</a>.', 'woocommerce' ), esc_url( wc_admin_url( '&path=/analytics/overview' ) ) ) ); ?> </strong> </p> </div> <?php } ?> <nav class="nav-tab-wrapper woo-nav-tab-wrapper"> <?php foreach ( $reports as $key => $report_group ) { echo '<a href="' . admin_url( 'admin.php?page=wc-reports&tab=' . urlencode( $key ) ) . '" class="nav-tab '; if ( $current_tab == $key ) { echo 'nav-tab-active'; } echo '">' . esc_html( $report_group['title'] ) . '</a>'; } do_action( 'wc_reports_tabs' ); ?> </nav> <?php if ( count( $reports[ $current_tab ]['reports'] ) > 1 ) { ?> <ul class="subsubsub"> <li> <?php $links = array(); foreach ( $reports[ $current_tab ]['reports'] as $key => $report ) { $link = '<a href="admin.php?page=wc-reports&tab=' . urlencode( $current_tab ) . '&report=' . urlencode( $key ) . '" class="'; if ( $key == $current_report ) { $link .= 'current'; } $link .= '">' . $report['title'] . '</a>'; $links[] = $link; } echo implode( ' | </li><li>', $links ); ?> </li> </ul> <br class="clear" /> <?php } if ( isset( $reports[ $current_tab ]['reports'][ $current_report ] ) ) { $report = $reports[ $current_tab ]['reports'][ $current_report ]; if ( ! isset( $report['hide_title'] ) || true != $report['hide_title'] ) { echo '<h1>' . esc_html( $report['title'] ) . '</h1>'; } else { echo '<h1 class="screen-reader-text">' . esc_html( $report['title'] ) . '</h1>'; } if ( $report['description'] ) { echo '<p>' . $report['description'] . '</p>'; } if ( $report['callback'] && ( is_callable( $report['callback'] ) ) ) { call_user_func( $report['callback'], $current_report ); } } ?> </div>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat