Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Patient Resources Tax Query

$tax_query = array(
	array(
		'taxonomy'         => 'patient_resources_categories',
		'include_children' => true,
	),
);