Tax Exclude
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => array( 'ticket', 'sponsor' ), 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'product_cat', 'terms' => array( 'ticket', 'sponsor' ), 'field' => 'slug', 'operator' => 'NOT IN', 'include_children' => false, ), );