golden hour
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/includes/admin/importers/mappings
⬆️ Go Up
Upload
File/Folder
Size
Actions
default.php
4.21 KB
Del
OK
generic.php
775 B
Del
OK
mappings.php
338 B
Del
OK
shopify.php
2.83 KB
Del
OK
wordpress.php
654 B
Del
OK
Edit: mappings.php
<?php /** * Load up extra automatic mappings for the CSV importer. * * @package Kkart\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';
Save