WP_Tax_Query Generator August 14, 2023 Public Waqar Haider Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone my_tax $tax_query = array( array( 'taxonomy' => 'songs_artist', 'field' => 'name', 'operator' => 'EXISTS', ), );