Tax Query for Brand and Tag
Tax Query for Brand and Tag
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_tag', 'terms' => 'icecat', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'product_brand', 'terms' => 'philips', 'field' => 'slug', 'operator' => 'IN', ), );