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

13 lines
264 B
PHP
Raw Normal View History

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