Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_status

$tax_query = array(
	array(
		'taxonomy'         => 'issue_status',
		'terms'            => array( 'active', ' critical', ' priority' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);