WP_Tax_Query Generator September 22, 2018 Public Suresh Bathala Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone parent_term $tax_query = array( array( 'taxonomy' => 'purchase_plan', 'terms' => 'subscribe', 'field' => 'slug', ), );