Submit
Path:
~
/
/
usr
/
local
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
admin
/
importers
/
mappings
/
File Content:
wordpress.php
<?php /** * WordPress mappings * * @package Kkart\Admin\Importers */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Add mappings for WordPress tables. * * @since 3.1.0 * @param array $mappings Importer columns mappings. * @return array */ function kkart_importer_wordpress_mappings( $mappings ) { $wp_mappings = array( 'post_id' => 'id', 'post_title' => 'name', 'post_content' => 'description', 'post_excerpt' => 'short_description', 'post_parent' => 'parent_id', ); return array_merge( $mappings, $wp_mappings ); } add_filter( 'kkart_csv_product_import_mapping_default_columns', 'kkart_importer_wordpress_mappings' );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
default.php
4314 bytes
0644
generic.php
775 bytes
0644
mappings.php
338 bytes
0644
shopify.php
2902 bytes
0644
wordpress.php
654 bytes
0644
N4ST4R_ID | Naxtarrr