Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

store_cat

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'wpsl_store_category',
		'terms'            => '2631',
		'field'            => 'term_taxonomy_id',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'wpsl_store_category',
		'terms'            => '2634',
		'field'            => 'term_taxonomy_id',
	),
	array(
		'taxonomy'         => 'wpsl_store_category',
		'terms'            => '2629',
	),
);