Product Cat – Whitepapers
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'terms' => 'whitepapers', 'field' => 'slug', 'operator' => 'IN', ), array( ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'product_cat', 'terms' => 'whitepapers', 'field' => 'slug', 'operator' => 'IN', ), array( ), );