html-csv-import-done.php
5 years ago
html-csv-import-footer.php
8 years ago
html-csv-import-header.php
8 years ago
html-csv-import-mapping.php
8 years ago
html-csv-import-progress.php
8 years ago
html-csv-import-steps.php
8 years ago
html-product-csv-import-form.php
5 years ago
html-csv-import-header.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Admin View: Header |
| 4 | * |
| 5 | * @package WooCommerce\Admin\Importers |
| 6 | */ |
| 7 | |
| 8 | if ( ! defined( 'ABSPATH' ) ) { |
| 9 | exit; |
| 10 | } |
| 11 | ?> |
| 12 | <div class="wrap woocommerce"> |
| 13 | <h1><?php esc_html_e( 'Import Products', 'woocommerce' ); ?></h1> |
| 14 | |
| 15 | <div class="woocommerce-progress-form-wrapper"> |
| 16 |