Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

nsc_faq_categories

$nsc_faq_categories = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'nsc_faq_categories',
		'terms'            => array( '1', '2', '3', '4', '5' ),
		'field'            => 'term_id',
	),
);