WP_Tax_Query Generator March 4, 2024 Public Vinoth Kumar Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone taxonomy query $tax_query = array( array( 'taxonomy' => 'trainer_tags', 'operator' => 'EXISTS', 'include_children' => true, ), );