WP_Tax_Query Generator July 19, 2020 Public Daniel Lima Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Categoria de Produtos $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'product_cat', 'include_children' => false, ), );