WP_Tax_Query Generator October 31, 2024 Public ben skev Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone tax_slugs $tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'post_tag', 'field' => 'slug', 'operator' => 'IN', ), );