/var/www/html_us/wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Load up extra automatic mappings for the CSV importer.
 *
 * @package WooCommerce\Admin\Importers
 */

if ( ! defined'ABSPATH' ) ) {
    exit;
}

require 
dirname__FILE__ ) . '/default.php';
require 
dirname__FILE__ ) . '/generic.php';
require 
dirname__FILE__ ) . '/shopify.php';
require 
dirname__FILE__ ) . '/wordpress.php';