WP_Tax_Query Generator July 7, 2019 Public Ali Shadloo Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone test $tax_query = array( array( 'taxonomy' => 'cate', 'terms' => 'test', 'field' => 'slug', 'operator' => 'IN', ), );