WP_Tax_Query Generator February 19, 2023 Public Jordan Burch Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Test $tax_query = array( array( 'taxonomy' => 'production_status', 'terms' => 'on-tour', 'field' => 'slug', ), );