Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
views
/
File Content:
html-admin-page-product-export.php
<?php /** * Admin View: Product Export * * @package WooCommerce\Admin\Export */ if ( ! defined( 'ABSPATH' ) ) { exit; } wp_enqueue_script( 'wc-product-export' ); $exporter = new WC_Product_CSV_Exporter(); ?> <div class="wrap woocommerce"> <h1><?php esc_html_e( 'Export Products', 'woocommerce' ); ?></h1> <div class="woocommerce-exporter-wrapper"> <form class="woocommerce-exporter"> <header> <span class="spinner is-active"></span> <h2><?php esc_html_e( 'Export products to a CSV file', 'woocommerce' ); ?></h2> <p><?php esc_html_e( 'This tool allows you to generate and download a CSV file containing a list of all products.', 'woocommerce' ); ?></p> </header> <section> <table class="form-table woocommerce-exporter-options"> <tbody> <tr> <th scope="row"> <label for="woocommerce-exporter-columns"><?php esc_html_e( 'Which columns should be exported?', 'woocommerce' ); ?></label> </th> <td> <select id="woocommerce-exporter-columns" class="woocommerce-exporter-columns wc-enhanced-select" style="width:100%;" multiple data-placeholder="<?php esc_attr_e( 'Export all columns', 'woocommerce' ); ?>"> <?php foreach ( $exporter->get_default_column_names() as $column_id => $column_name ) { echo '<option value="' . esc_attr( $column_id ) . '">' . esc_html( $column_name ) . '</option>'; } ?> <option value="downloads"><?php esc_html_e( 'Downloads', 'woocommerce' ); ?></option> <option value="attributes"><?php esc_html_e( 'Attributes', 'woocommerce' ); ?></option> </select> </td> </tr> <tr> <th scope="row"> <label for="woocommerce-exporter-types"><?php esc_html_e( 'Which product types should be exported?', 'woocommerce' ); ?></label> </th> <td> <select id="woocommerce-exporter-types" class="woocommerce-exporter-types wc-enhanced-select" style="width:100%;" multiple data-placeholder="<?php esc_attr_e( 'Export all products', 'woocommerce' ); ?>"> <?php foreach ( WC_Admin_Exporters::get_product_types() as $value => $label ) { echo '<option value="' . esc_attr( $value ) . '">' . esc_html( $label ) . '</option>'; } ?> </select> </td> </tr> <tr> <th scope="row"> <label for="woocommerce-exporter-category"><?php esc_html_e( 'Which product category should be exported?', 'woocommerce' ); ?></label> </th> <td> <select id="woocommerce-exporter-category" class="woocommerce-exporter-category wc-enhanced-select" style="width:100%;" multiple data-placeholder="<?php esc_attr_e( 'Export all categories', 'woocommerce' ); ?>"> <?php $categories = get_categories( array( 'taxonomy' => 'product_cat', 'hide_empty' => false, ) ); foreach ( $categories as $category ) { echo '<option value="' . esc_attr( $category->slug ) . '">' . esc_html( $category->name ) . '</option>'; } ?> </select> </td> </tr> <tr> <th scope="row"> <label for="woocommerce-exporter-meta"><?php esc_html_e( 'Export custom meta?', 'woocommerce' ); ?></label> </th> <td> <input type="checkbox" id="woocommerce-exporter-meta" value="1" /> <label for="woocommerce-exporter-meta"><?php esc_html_e( 'Yes, export all custom meta', 'woocommerce' ); ?></label> </td> </tr> <?php do_action( 'woocommerce_product_export_row' ); ?> </tbody> </table> <progress class="woocommerce-exporter-progress" max="100" value="0"></progress> </section> <div class="wc-actions"> <button type="submit" class="woocommerce-exporter-button button button-primary" value="<?php esc_attr_e( 'Generate CSV', 'woocommerce' ); ?>"><?php esc_html_e( 'Generate CSV', 'woocommerce' ); ?></button> </div> </form> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
html-admin-dashboard-setup.php
2070 bytes
0644
html-admin-page-addons-category-nav.php
1102 bytes
0644
html-admin-page-product-export.php
4000 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
58760 bytes
0644
html-admin-page-status-tools.php
2285 bytes
0644
html-admin-page-status.php
1279 bytes
0644
html-admin-settings.php
2639 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
1685 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