Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

FAQ Question Category

$tax_query_faq = array(
	array(
		'taxonomy'         => 'question_category',
		'terms'            => 'general',
	),
);