WP_Tax_Query Generator October 1, 2021 Public Dion Jongmans Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone terms $tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'test', 'field' => 'term_id', 'operator' => 'IN', ), );