package_category
taxonomies
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'package_category', 'terms' => '2', 'field' => 'term_id', 'operator' => 'AND', ), );
taxonomies
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'package_category', 'terms' => '2', 'field' => 'term_id', 'operator' => 'AND', ), );