📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 16:27:13
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
importers
/
views
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/includes/admin/importers/views
🔄 Refresh
✏️
Editing: html-csv-import-progress.php
Writable
<?php /** * Admin View: Importer - CSV import progress * * @package WooCommerce\Admin\Importers */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wc-progress-form-content woocommerce-importer woocommerce-importer__importing"> <header> <span class="spinner is-active"></span> <h2><?php esc_html_e( 'Importing', 'woocommerce' ); ?></h2> <p><?php esc_html_e( 'Your products are now being imported...', 'woocommerce' ); ?></p> </header> <section> <progress class="woocommerce-importer-progress" max="100" value="0"></progress> </section> </div>
💾 Save Changes
❌ Cancel