Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query

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