tax_query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'approche', 'terms' => 'a', 'operator' => 'AND', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'approche', 'terms' => 'a', 'operator' => 'AND', 'include_children' => true, ), );