WP_Tax_Query Generator June 2, 2023 Public Harris Moschides Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax = department = 40 or 59 $tax_query = array( array( 'taxonomy' => 'department', 'terms' => array( '40', '59' ), ), );