File "data-product-categories-columns.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-product-categories-columns.php
File size: 328 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('WPINC')) {
    exit;
}

return apply_filters('taxonomies_csv_product_post_columns', array(
    'term_id' => 'term_id',
    'name' => 'name',
    'slug' => 'slug',
    'description' => 'description',
    'display_type' => 'display_type',
    'parent' => 'parent',
    'thumbnail' => 'thumbnail',
        ));