apply_filters( 'woocommerce_exporter_product_types', array $product_types )
Allow third-parties to filter the exportable product types.
Description Description
Parameters Parameters
- $product_types
-
The product type key and label.
- 'Product'
(string) type key - eg 'variable', 'simple' etc. - 'A'
(string) translated product label which appears in the export product type dropdown.
- 'Product'
Source Source
File: includes/admin/class-wc-admin-exporters.php
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |