Out of the box Store Exporter Deluxe detects the WooCommerce Brands Addon, WooCommerce Brands Plugin or ‘product_brand‘ Term Taxonomy slug and unlocks the Brands export type and Brand filters.
Where we get stuck is detecting the Brands export type within WordPress Theme’s that do not make use of the WordPress standard ‘product_brand‘ Term Taxonomy slug.
You can override the default Term Taxonomy that we check for Product Brands by adding the following PHP snippet to your current WordPress Theme’s functions.php file:
View Code