Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category and category

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'sendyan-prize', 'expired' ),
		'field'            => 'name',
		'operator'         => 'AND',
		'include_children' => false,
	),
);