WP_Tax_Query Generator July 9, 2021 Public Fabian Mossberg Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone product brand $tax_query = array( array( 'taxonomy' => 'product_brand', 'terms' => 'true', 'field' => 'name', ), );