Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$productscat = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'plugins', 'themes' ),
	),
);