WP_Tax_Query Generator July 30, 2018 Public Michał Strześniewski Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone inq_cat $tax_query = array( array( 'taxonomy' => 'inquiry_category', 'terms' => 'ids', 'field' => 'term_id', ), );