woocommerce/includes/admin/importers/mappings/mappings.php

16 lines
344 B
PHP
Raw Normal View History

2017-05-29 18:16:44 +00:00
<?php
/**
* Load up extra automatic mappings for the CSV importer.
*
* @package WooCommerce\Admin\Importers
2017-05-29 18:16:44 +00:00
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
require dirname( __FILE__ ) . '/default.php';
require dirname( __FILE__ ) . '/generic.php';
require dirname( __FILE__ ) . '/shopify.php';
require dirname( __FILE__ ) . '/wordpress.php';