File "data-wf-reserved-fields-pair.php"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/product-import-export-for-woo/admin/modules/product_categories/data/data/data-wf-reserved-fields-pair.php
File size: 785 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('WPINC')) {
    exit;
}
// Reserved column names
return apply_filters('woocommerce_csv_taxonomies_import_reserved_fields_pair', array(
    'term_id' => array('title' => 'Taxonomy term ID', 'description' => 'Taxonomy term ID'),
    'name' => array('title' => 'Name', 'description' => 'Name of the taxonomy'),
    'slug' => array('title' => 'Slug', 'description' => 'Slug of the taxonomy'),
    'description' => array('title' => 'Description', 'description' => 'Description of the taxonomy'),
    'display_type' => array('title' => 'Display type', 'description' => 'Display type of the taxonomy'),
    'parent' => array('title' => 'Parent ID', 'description' => 'Parent ID'),
    'thumbnail' => array('title' => 'Thumbnail', 'description' => 'Thumbnail'),
        ));