Snippets

Visser Labs Override the default Product Brand Term Taxonomy detection in Store Exporter Deluxe

You are viewing an old version of this snippet. View the current version.
Revised by Michael Visser aa36b56
1
2
3
4
5
6
7
8
9
<?php
function custom_woo_ce_brand_term_taxonomy() {

    // Term Taxonomy of Brands used within your WooCommerce store, defaults to product_brand
	return 'brand';

}
add_filter( 'woo_ce_brand_term_taxonomy', 'custom_woo_ce_brand_term_taxonomy', 11 );
?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.