tax_snippet
asdf
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'brands', 'operator' => 'IN', 'include_children' => true, ), );
asdf
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'brands', 'operator' => 'IN', 'include_children' => true, ), );