WP_Tax_Query Generator June 13, 2021 Public Gabriel Koch Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Taxonomy $tax_query = array( array( 'taxonomy' => 'sc_coupon_category', 'terms' => 'couponlist', 'field' => 'slug', ), );