Brand query
-
Im trying to export products using custom query but this give me an error, Im trying to export brand taxonomy with name “colorescience”. Thanks
'post_type' => 'product',
'tax_query' => array(
array(
'taxonomy' => 'product_brand',
'field' => 'name',
'terms' => 'colorescience',
) ),
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Brand query’ is closed to new replies.