Tax1
$tax_query = array( array( 'taxonomy' => 'product-status', 'terms' => array( 'published', ' hidden', ' deleted' ), 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'product-status', 'terms' => array( 'published', ' hidden', ' deleted' ), 'field' => 'slug', 'operator' => 'IN', ), );