WP_Tax_Query Generator June 6, 2017 Public Haridasan Shanmugam Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Tax Query Property Type $tax_query = array( array( 'taxonomy' => 'property_type', 'terms' => '3', 'field' => 'term_id', ), );