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

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

<?php

if (!defined('WPINC')) {
    exit;
}
// Reserved column names
return apply_filters('woocommerce_csv_tags_import_reserved_fields_pair', array(
    'term_id' => array('title' => 'Tag term ID', 'description' => 'Tag term ID'),
    'name' => array('title' => 'Name', 'description' => 'Name of the tag'),
    'slug' => array('title' => 'Slug', 'description' => 'Slug of the tag'),
    'description' => array('title' => 'Description', 'description' => 'Description of the tag'),
        ));