'tax_query' => array( array( 'taxonomy' => 'xxx_category', 'field' => 'slug', 'terms' => array( 'industry-xxxx' ), 'operator' => 'NOT IN', )
Jagdish Sarma Asked question April 25, 2022
'tax_query' => array( array( 'taxonomy' => 'xxx_category', 'field' => 'slug', 'terms' => array( 'industry-xxxx' ), 'operator' => 'NOT IN', )