Tax Query
$tax_query = array( array( 'taxonomy' => 'review_product', 'terms' => 'general', 'field' => 'slug', ), array( 'taxonomy' => 'review_product', 'terms' => 'credit-card', 'field' => 'slug', ), );
$tax_query = array( array( 'taxonomy' => 'review_product', 'terms' => 'general', 'field' => 'slug', ), array( 'taxonomy' => 'review_product', 'terms' => 'credit-card', 'field' => 'slug', ), );