NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
woocommerce
/
includes
/
admin
/
importers
/
mappings
/
Name
Size
Perms
Actions
📄 default.php
4,695 B
0644
Edit
|
Chmod
|
Delete
📄 generic.php
817 B
0644
Edit
|
Chmod
|
Delete
📄 mappings.php
344 B
0644
Edit
|
Chmod
|
Delete
Editing: mappings.php
<?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';
Cancel