File "html-csv-import-progress.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php
File size: 466 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

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>