WP_Tax_Query Generator May 19, 2017 Public Dmitriy Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax $tax_query = array( array( 'taxonomy' => 'treatment_category', 'terms' => '$term_id', 'include_children' => false, ), );