WP_Tax_Query Generator August 2, 2018 Public Web Wave Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Webinar taxonomy $tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'events_categories', 'terms' => 'webinar', ), );