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

<?php
if (!defined('WPINC')) {
    exit;
}

$allowed_product_types = array(
    'simple' => __('Simple product', 'woocommerce'),
    'grouped' => __('Grouped product', 'woocommerce'),
    'external' => __('External/Affiliate product', 'woocommerce'),
);

return apply_filters('wt_iew_allowed_product_types', $allowed_product_types);