maintenance_tag
not update
$tax_query = array( array( 'taxonomy' => 'maintenance_tag', 'terms' => array( '2', '4' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );
not update
$tax_query = array( array( 'taxonomy' => 'maintenance_tag', 'terms' => array( '2', '4' ), 'field' => 'term_id', 'operator' => 'NOT IN', ), );